Uses of Class
com.atlassian.confluence.search.v2.query.FieldExistsQuery
-
Packages that use FieldExistsQuery Package Description com.atlassian.confluence.impl.search.v2.mappers com.atlassian.confluence.search.v2.query -
-
Uses of FieldExistsQuery in com.atlassian.confluence.impl.search.v2.mappers
Methods in com.atlassian.confluence.impl.search.v2.mappers with parameters of type FieldExistsQuery Modifier and Type Method Description org.apache.lucene.search.QueryFieldExistsQueryMapper. convertToLuceneQuery(FieldExistsQuery query) -
Uses of FieldExistsQuery in com.atlassian.confluence.search.v2.query
Methods in com.atlassian.confluence.search.v2.query that return FieldExistsQuery Modifier and Type Method Description static FieldExistsQueryFieldExistsQuery. fieldNotExistsQuery(String fieldName)
-