Package | Description |
---|---|
org.elasticsearch.index.query |
Modifier and Type | Method and Description |
---|---|
static CommonTermsQueryBuilder.Operator |
CommonTermsQueryBuilder.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonTermsQueryBuilder.Operator[] |
CommonTermsQueryBuilder.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CommonTermsQueryBuilder |
CommonTermsQueryBuilder.highFreqOperator(CommonTermsQueryBuilder.Operator operator)
Sets the operator to use for terms with a high document frequency
(greater than or equal to
CommonTermsQueryBuilder.cutoffFrequency(float) . |
CommonTermsQueryBuilder |
CommonTermsQueryBuilder.lowFreqOperator(CommonTermsQueryBuilder.Operator operator)
Sets the operator to use for terms with a low document frequency (less
than
CommonTermsQueryBuilder.cutoffFrequency(float) . |
Copyright © 2009–2016. All rights reserved.