Class MatchAllQuery
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
co.elastic.clients.elasticsearch._types.query_dsl.MatchAllQuery
- All Implemented Interfaces:
QueryVariant,JsonpSerializable
@JsonpDeserializable public class MatchAllQuery extends QueryBase implements QueryVariant
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMatchAllQuery.BuilderBuilder forMatchAllQuery.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
QueryBase.AbstractBuilder<BuilderT extends QueryBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<MatchAllQuery>_DESERIALIZERJson deserializer forMatchAllQuery -
Method Summary
Modifier and Type Method Description Query.Kind_queryKind()Query variant kind.static MatchAllQueryof(java.util.function.Function<MatchAllQuery.Builder,ObjectBuilder<MatchAllQuery>> fn)protected static voidsetupMatchAllQueryDeserializer(ObjectDeserializer<MatchAllQuery.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
boost, queryName, serialize, serializeInternal, setupQueryBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.query_dsl.QueryVariant
_toQuery
-
Field Details
-
_DESERIALIZER
Json deserializer forMatchAllQuery
-
-
Method Details
-
of
public static MatchAllQuery of(java.util.function.Function<MatchAllQuery.Builder,ObjectBuilder<MatchAllQuery>> fn) -
_queryKind
Query variant kind.- Specified by:
_queryKindin interfaceQueryVariant
-
setupMatchAllQueryDeserializer
-