CommonTermsQueryBuilder |
CommonTermsQueryBuilder.analyzer(String analyzer) |
Deprecated.
Explicitly set the analyzer to use.
|
CommonTermsQueryBuilder |
CommonTermsQueryBuilder.cutoffFrequency(float cutoffFrequency) |
Deprecated.
Sets the cutoff document frequency for high / low frequent terms.
|
static CommonTermsQueryBuilder |
CommonTermsQueryBuilder.fromXContent(XContentParser parser) |
Deprecated.
|
CommonTermsQueryBuilder |
CommonTermsQueryBuilder.highFreqMinimumShouldMatch(String highFreqMinimumShouldMatch) |
Deprecated.
Sets the minimum number of high frequent query terms that need to match in order to
produce a hit when there are no low frequent terms.
|
CommonTermsQueryBuilder |
CommonTermsQueryBuilder.highFreqOperator(Operator operator) |
Deprecated.
Sets the operator to use for terms with a high document frequency
(greater than or equal to cutoffFrequency(float).
|
CommonTermsQueryBuilder |
CommonTermsQueryBuilder.lowFreqMinimumShouldMatch(String lowFreqMinimumShouldMatch) |
Deprecated.
Sets the minimum number of low frequent query terms that need to match in order to
produce a hit.
|
CommonTermsQueryBuilder |
CommonTermsQueryBuilder.lowFreqOperator(Operator operator) |
Deprecated.
|