Uses of Enum Class
com.atlassian.confluence.search.v2.BooleanOperator
Packages that use BooleanOperator
Package
Description
Provides an extensible, flexible search API.
-
Uses of BooleanOperator in com.atlassian.confluence.plugins.opensearch.mappers
Methods in com.atlassian.confluence.plugins.opensearch.mappers with parameters of type BooleanOperatorModifier and TypeMethodDescriptionstatic org.opensearch.client.opensearch._types.query_dsl.OperatorMapperUtils.mapOperator(BooleanOperator op) -
Uses of BooleanOperator in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return BooleanOperatorModifier and TypeMethodDescriptionstatic BooleanOperatorReturns the enum constant of this class with the specified name.static BooleanOperator[]BooleanOperator.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BooleanOperator in com.atlassian.confluence.search.v2.query
Methods in com.atlassian.confluence.search.v2.query that return BooleanOperatorModifier and TypeMethodDescriptionMultiTextFieldQuery.getOperator()QueryStringQuery.getOperator()TextFieldQuery.getOperator()TextSearchQuery.getOperator()WildcardTextFieldQuery.getOperator()Constructors in com.atlassian.confluence.search.v2.query with parameters of type BooleanOperatorModifierConstructorDescriptionMultiTextFieldQuery(String query, Set<String> fields, BooleanOperator operator) Constructs a multi-field query with the specified query, fields and operator.MultiTextFieldQuery(Collection<String> fields, Map<String, ? extends AnalyzerDescriptorProvider> analyzerProviders, BooleanOperator operator, String query) Create a query where a field can be tokenized by a provided analyzer.QueryStringQuery(Collection<String> fieldNames, String query, BooleanOperator operator) QueryStringQuery(Collection<String> fieldNames, String query, BooleanOperator operator, Map<String, Float> fieldsBoost) QueryStringQuery(Collection<String> fieldNames, Map<String, ? extends AnalyzerDescriptorProvider> analyzerProviders, BooleanOperator operator, String query) Construct a query with a custom analyzer.QueryStringQuery(Collection<String> fieldNames, Map<String, ? extends AnalyzerDescriptorProvider> analyzerProviders, BooleanOperator operator, String query, Map<String, Float> fieldsBoost) TextFieldQuery(String fieldName, AnalyzerDescriptorProvider analyzerProvider, BooleanOperator operator, String query) Construct a query with a custom analyzer.TextFieldQuery(String fieldName, String query, BooleanOperator operator) TextSearchQuery(String fieldName, String query, BooleanOperator operator) WildcardTextFieldQuery(String fieldName, String rawQuery, BooleanOperator operator)