Class Context
java.lang.Object
co.elastic.clients.elasticsearch.core.search.Context
- All Implemented Interfaces:
JsonpSerializable,TaggedUnion<Context.Kind,Object>
@JsonpDeserializable
public class Context
extends Object
implements TaggedUnion<Context.Kind,Object>, JsonpSerializable
Text or location that we want similar documents for or a lookup to a
document's field for the text.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfinal Object_get()final Context.Kind_kind()Get the of the kind of variant held by this object.category()Get thecategoryvariant value.booleanIs this variant instance of kindcategory?booleanIs this variant instance of kindlocation?location()Get thelocationvariant value.static Contextvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) toString()
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
_kind
Description copied from interface:TaggedUnionGet the of the kind of variant held by this object.- Specified by:
_kindin interfaceTaggedUnion<Context.Kind,Object> - Returns:
- the variant kind
-
_get
- Specified by:
_getin interfaceTaggedUnion<Context.Kind,Object>
-
of
-
isLocation
public boolean isLocation()Is this variant instance of kindlocation? -
location
Get thelocationvariant value.- Throws:
IllegalStateException- if the current variant is not of thelocationkind.
-
isCategory
public boolean isCategory()Is this variant instance of kindcategory? -
category
Get thecategoryvariant value.- Throws:
IllegalStateException- if the current variant is not of thecategorykind.
-
serialize
- Specified by:
serializein interfaceJsonpSerializable
-
toString
-