Package org.elasticsearch.index.query
Interface MultiTermQueryBuilder
- All Superinterfaces:
NamedWriteable,QueryBuilder,Rewriteable<QueryBuilder>,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject,Writeable
- All Known Implementing Classes:
FuzzyQueryBuilder,PrefixQueryBuilder,RangeQueryBuilder,RegexpQueryBuilder,WildcardQueryBuilder
public interface MultiTermQueryBuilder extends QueryBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
-
Method Summary
Modifier and Type Method Description java.lang.StringfieldName()Get the field name for this query.
-
Method Details
-
fieldName
java.lang.String fieldName()Get the field name for this query.
-