Package | Description |
---|---|
com.atlassian.confluence.search.v2 |
Provides an extensible, flexible search API.
|
com.atlassian.confluence.search.v2.lucene.mapper | |
com.atlassian.confluence.search.v2.query | |
com.atlassian.confluence.search.v2.searchfilter |
Modifier and Type | Method and Description |
---|---|
static BooleanOperator |
BooleanOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BooleanOperator[] |
BooleanOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.lucene.search.Query |
AbstractTextFieldQueryMapper.tryParse(org.apache.lucene.queryparser.flexible.standard.StandardQueryParser queryParser,
BooleanOperator operator,
String rawQuery,
String defaultQueryField) |
Modifier and Type | Method and Description |
---|---|
BooleanOperator |
QueryStringQuery.getOperator() |
BooleanOperator |
TextFieldQuery.getOperator() |
BooleanOperator |
MultiTextFieldQuery.getOperator() |
Constructor and Description |
---|
MultiTextFieldQuery(Collection<String> fields,
Map<String,? extends com.atlassian.confluence.plugins.index.api.AnalyzerDescriptorProvider> analyzerProviders,
BooleanOperator operator,
String query)
Create a query where a field can be tokenized by a provided analyzer.
|
MultiTextFieldQuery(String query,
Set<String> fields,
BooleanOperator operator)
Constructs a multi-field query with the specified query, fields and operator.
|
QueryStringQuery(Collection<String> fieldNames,
Map<String,? extends com.atlassian.confluence.plugins.index.api.AnalyzerDescriptorProvider> analyzerProviders,
BooleanOperator operator,
String query)
Construct a query with a custom analyzer.
|
QueryStringQuery(Collection<String> fieldNames,
String query,
BooleanOperator operator) |
TextFieldQuery(String fieldName,
com.atlassian.confluence.plugins.index.api.AnalyzerDescriptorProvider analyzerProvider,
BooleanOperator operator,
String query)
Construct a query with a custom analyzer.
|
TextFieldQuery(String fieldName,
String query,
BooleanOperator operator) |
Modifier and Type | Method and Description |
---|---|
BooleanOperator |
TextSearchFilter.getOperator() |
Constructor and Description |
---|
TextSearchFilter(String fieldName,
String query,
BooleanOperator operator) |
Copyright © 2003–2023 Atlassian. All rights reserved.