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 |
TextFieldQuery.getOperator() |
BooleanOperator |
QueryStringQuery.getOperator() |
BooleanOperator |
MultiTextFieldQuery.getOperator() |
Constructor and Description |
---|
MultiTextFieldQuery(String query,
Set<String> fields,
BooleanOperator operator)
Constructs a multi-field query with the specified query, fields and operator.
|
QueryStringQuery(Collection<String> fieldNames,
String query,
BooleanOperator operator) |
TextFieldQuery(String fieldName,
String rawQuery,
BooleanOperator operator) |
Modifier and Type | Method and Description |
---|---|
BooleanOperator |
TextSearchFilter.getOperator() |
Constructor and Description |
---|
TextSearchFilter(String fieldName,
String query,
BooleanOperator operator) |
Copyright © 2003–2016 Atlassian. All rights reserved.