Class MtermvectorsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.core.MtermvectorsRequest
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class MtermvectorsRequest extends RequestBase implements JsonpSerializable
Returns multiple termvectors in one request.
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMtermvectorsRequest.BuilderBuilder forMtermvectorsRequest.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<MtermvectorsRequest>_DESERIALIZERJson deserializer forMtermvectorsRequeststatic Endpoint<MtermvectorsRequest,MtermvectorsResponse,ErrorResponse>_ENDPOINTEndpoint "mtermvectors". -
Method Summary
Modifier and Type Method Description java.util.List<MultiTermVectorsOperation>docs()API name:docsjava.util.List<java.lang.String>fields()A comma-separated list of fields to return.java.lang.BooleanfieldStatistics()Specifies if document count, sum of document frequencies and sum of total term frequencies should be returned.java.util.List<java.lang.String>ids()API name:idsjava.lang.Stringindex()The index in which the document resides.static MtermvectorsRequestof(java.util.function.Function<MtermvectorsRequest.Builder,ObjectBuilder<MtermvectorsRequest>> fn)java.lang.Booleanoffsets()Specifies if term offsets should be returned.java.lang.Booleanpayloads()Specifies if term payloads should be returned.java.lang.Booleanpositions()Specifies if term positions should be returned.java.lang.Stringpreference()Specify the node or shard the operation should be performed on (default: random) .Applies to all returned documents unless otherwise specified in body "params" or "docs".java.lang.Booleanrealtime()Specifies if requests are real-time as opposed to near-real-time (default: true).java.lang.Stringrouting()Specific routing value.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupMtermvectorsRequestDeserializer(ObjectDeserializer<MtermvectorsRequest.Builder> op)java.lang.BooleantermStatistics()Specifies if total term frequency and document frequency should be returned.java.lang.Stringtype()The type of the document.java.lang.Longversion()Explicit version number for concurrency controlVersionTypeversionType()Specific version typeMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forMtermvectorsRequest -
_ENDPOINT
Endpoint "mtermvectors".
-
-
Method Details
-
of
public static MtermvectorsRequest of(java.util.function.Function<MtermvectorsRequest.Builder,ObjectBuilder<MtermvectorsRequest>> fn) -
docs
API name:docs -
fieldStatistics
@Nullable public final java.lang.Boolean fieldStatistics()Specifies if document count, sum of document frequencies and sum of total term frequencies should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs".API name:
field_statistics -
fields
public final java.util.List<java.lang.String> fields()A comma-separated list of fields to return. Applies to all returned documents unless otherwise specified in body "params" or "docs".API name:
fields -
ids
public final java.util.List<java.lang.String> ids()API name:ids -
index
@Nullable public final java.lang.String index()The index in which the document resides.API name:
index -
offsets
@Nullable public final java.lang.Boolean offsets()Specifies if term offsets should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs".API name:
offsets -
payloads
@Nullable public final java.lang.Boolean payloads()Specifies if term payloads should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs".API name:
payloads -
positions
@Nullable public final java.lang.Boolean positions()Specifies if term positions should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs".API name:
positions -
preference
@Nullable public final java.lang.String preference()Specify the node or shard the operation should be performed on (default: random) .Applies to all returned documents unless otherwise specified in body "params" or "docs".API name:
preference -
realtime
@Nullable public final java.lang.Boolean realtime()Specifies if requests are real-time as opposed to near-real-time (default: true).API name:
realtime -
routing
@Nullable public final java.lang.String routing()Specific routing value. Applies to all returned documents unless otherwise specified in body "params" or "docs".API name:
routing -
termStatistics
@Nullable public final java.lang.Boolean termStatistics()Specifies if total term frequency and document frequency should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs".API name:
term_statistics -
type
@Nullable public final java.lang.String type()The type of the document.API name:
type -
version
@Nullable public final java.lang.Long version()Explicit version number for concurrency controlAPI name:
version -
versionType
Specific version typeAPI name:
version_type -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupMtermvectorsRequestDeserializer
protected static void setupMtermvectorsRequestDeserializer(ObjectDeserializer<MtermvectorsRequest.Builder> op)
-