Class MgetRequest.Builder
java.lang.Object
co.elastic.clients.elasticsearch._core.MgetRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<MgetRequest>
- Enclosing class:
- MgetRequest
public static class MgetRequest.Builder extends java.lang.Object implements ObjectBuilder<MgetRequest>
Builder for
MgetRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description MgetRequest.BuilderaddDocs(Operation value)Add a value todocs(List), creating the list if needed.MgetRequest.BuilderaddDocs(java.util.function.Function<Operation.Builder,ObjectBuilder<Operation>> fn)Add a value todocs(List), creating the list if needed.MgetRequest.BuilderaddIds(java.lang.String value)Add a value toids(List), creating the list if needed.MgetRequest.BuilderaddSourceExcludes(java.lang.String value)Add a value tosourceExcludes(List), creating the list if needed.MgetRequest.BuilderaddSourceIncludes(java.lang.String value)Add a value tosourceIncludes(List), creating the list if needed.MgetRequest.BuilderaddStoredFields(java.lang.String value)Add a value tostoredFields(List), creating the list if needed.MgetRequestbuild()Builds aMgetRequest.MgetRequest.Builderdocs(Operation... value)API name:docsMgetRequest.Builderdocs(java.util.function.Function<Operation.Builder,ObjectBuilder<Operation>> fn)Setdocs(List)to a singleton list.MgetRequest.Builderdocs(java.util.List<Operation> value)API name:docsMgetRequest.Builderids(java.lang.String... value)API name:idsMgetRequest.Builderids(java.util.List<java.lang.String> value)API name:idsMgetRequest.Builderindex(java.lang.String value)The name of the indexMgetRequest.Builderpreference(java.lang.String value)Specify the node or shard the operation should be performed on (default: random)MgetRequest.Builderrealtime(java.lang.Boolean value)Specify whether to perform the operation in realtime or search modeMgetRequest.Builderrefresh(java.lang.Boolean value)Refresh the shard containing the document before performing the operationMgetRequest.Builderrouting(java.lang.String value)Specific routing valueMgetRequest.Buildersource(jakarta.json.JsonValue value)True or false to return the _source field or not, or a list of fields to returnMgetRequest.BuildersourceExcludes(java.lang.String... value)A list of fields to exclude from the returned _source fieldMgetRequest.BuildersourceExcludes(java.util.List<java.lang.String> value)A list of fields to exclude from the returned _source fieldMgetRequest.BuildersourceIncludes(java.lang.String... value)A list of fields to extract and return from the _source fieldMgetRequest.BuildersourceIncludes(java.util.List<java.lang.String> value)A list of fields to extract and return from the _source fieldMgetRequest.BuilderstoredFields(java.lang.String... value)A comma-separated list of stored fields to return in the responseMgetRequest.BuilderstoredFields(java.util.List<java.lang.String> value)A comma-separated list of stored fields to return in the responseMgetRequest.Buildertype(java.lang.String value)The type of the documentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
index
The name of the indexAPI name:
index -
type
The type of the documentAPI name:
type -
preference
Specify the node or shard the operation should be performed on (default: random)API name:
preference -
realtime
Specify whether to perform the operation in realtime or search modeAPI name:
realtime -
refresh
Refresh the shard containing the document before performing the operationAPI name:
refresh -
routing
Specific routing valueAPI name:
routing -
source
True or false to return the _source field or not, or a list of fields to returnAPI name:
_source -
sourceExcludes
A list of fields to exclude from the returned _source fieldAPI name:
_source_excludes -
sourceExcludes
A list of fields to exclude from the returned _source fieldAPI name:
_source_excludes -
addSourceExcludes
Add a value tosourceExcludes(List), creating the list if needed. -
sourceIncludes
A list of fields to extract and return from the _source fieldAPI name:
_source_includes -
sourceIncludes
A list of fields to extract and return from the _source fieldAPI name:
_source_includes -
addSourceIncludes
Add a value tosourceIncludes(List), creating the list if needed. -
storedFields
A comma-separated list of stored fields to return in the responseAPI name:
stored_fields -
storedFields
A comma-separated list of stored fields to return in the responseAPI name:
stored_fields -
addStoredFields
Add a value tostoredFields(List), creating the list if needed. -
docs
API name:docs -
docs
API name:docs -
addDocs
Add a value todocs(List), creating the list if needed. -
docs
public MgetRequest.Builder docs(java.util.function.Function<Operation.Builder,ObjectBuilder<Operation>> fn)Setdocs(List)to a singleton list. -
addDocs
public MgetRequest.Builder addDocs(java.util.function.Function<Operation.Builder,ObjectBuilder<Operation>> fn)Add a value todocs(List), creating the list if needed. -
ids
API name:ids -
ids
API name:ids -
addIds
Add a value toids(List), creating the list if needed. -
build
Builds aMgetRequest.- Specified by:
buildin interfaceObjectBuilder<MgetRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-