Class QueryBase
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
- All Implemented Interfaces:
JsonpSerializable
- Direct Known Subclasses:
BoolQuery,BoostingQuery,CombinedFieldsQuery,CommonTermsQuery,ConstantScoreQuery,DisMaxQuery,DistanceFeatureQuery,ExistsQuery,FunctionScoreQuery,FuzzyQuery,GeoBoundingBoxQuery,GeoDistanceQuery,GeoPolygonQuery,GeoShapeQuery,HasChildQuery,HasParentQuery,IdsQuery,IntervalsQuery,MatchAllQuery,MatchBoolPrefixQuery,MatchNoneQuery,MatchPhrasePrefixQuery,MatchPhraseQuery,MatchQuery,MoreLikeThisQuery,MultiMatchQuery,NestedQuery,ParentIdQuery,PercolateQuery,PinnedQuery,PrefixQuery,QueryStringQuery,RangeQueryBase,RankFeatureQuery,RegexpQuery,ScriptQuery,ScriptScoreQuery,ShapeQuery,SimpleQueryStringQuery,SpanContainingQuery,SpanFieldMaskingQuery,SpanFirstQuery,SpanMultiTermQuery,SpanNearQuery,SpanNotQuery,SpanOrQuery,SpanTermQuery,SpanWithinQuery,TermQuery,TermsQuery,TermsSetQuery,TypeQuery,WildcardQuery,WrapperQuery
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Floatboost()API name:boostfinal StringAPI name:_namevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <BuilderT extends QueryBase.AbstractBuilder<BuilderT>>
voidsetupQueryBaseDeserializer(ObjectDeserializer<BuilderT> op) toString()
-
Constructor Details
-
QueryBase
-
-
Method Details
-
boost
API name:boost -
queryName
API name:_name -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupQueryBaseDeserializer
protected static <BuilderT extends QueryBase.AbstractBuilder<BuilderT>> void setupQueryBaseDeserializer(ObjectDeserializer<BuilderT> op)
-