Uses of Class
org.elasticsearch.index.query.TermsSetQueryBuilder
-
Packages that use TermsSetQueryBuilder Package Description org.elasticsearch.index.query -
-
Uses of TermsSetQueryBuilder in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return TermsSetQueryBuilder Modifier and Type Method Description static TermsSetQueryBuilderTermsSetQueryBuilder. fromXContent(XContentParser parser)TermsSetQueryBuilderTermsSetQueryBuilder. setMinimumShouldMatchField(String minimumShouldMatchField)TermsSetQueryBuilderTermsSetQueryBuilder. setMinimumShouldMatchScript(Script minimumShouldMatchScript)Methods in org.elasticsearch.index.query with parameters of type TermsSetQueryBuilder Modifier and Type Method Description protected booleanTermsSetQueryBuilder. doEquals(TermsSetQueryBuilder other)
-