Uses of Class
com.atlassian.confluence.search.v2.query.FieldExistsQuery
Packages that use FieldExistsQuery
Package
Description
-
Uses of FieldExistsQuery in com.atlassian.confluence.impl.search.v2.mappers
Methods in com.atlassian.confluence.impl.search.v2.mappers with parameters of type FieldExistsQueryModifier and TypeMethodDescriptionorg.apache.lucene.search.Query
FieldExistsQueryMapper.convertToLuceneQuery
(FieldExistsQuery query) -
Uses of FieldExistsQuery in com.atlassian.confluence.plugins.opensearch.mappers.query
Methods in com.atlassian.confluence.plugins.opensearch.mappers.query with parameters of type FieldExistsQueryModifier and TypeMethodDescriptionorg.opensearch.client.opensearch._types.query_dsl.Query
OpenSearchFieldExistsQueryMapper.mapQueryToOpenSearch
(FieldExistsQuery query) -
Uses of FieldExistsQuery in com.atlassian.confluence.search.v2.query
Methods in com.atlassian.confluence.search.v2.query that return FieldExistsQueryModifier and TypeMethodDescriptionstatic FieldExistsQuery
FieldExistsQuery.fieldNotExistsQuery
(String fieldName)