Class MultisearchBody.Builder
- All Implemented Interfaces:
WithJson<MultisearchBody.Builder>,ObjectBuilder<MultisearchBody>
- Enclosing class:
- MultisearchBody
public static class MultisearchBody.Builder extends WithJsonObjectBuilderBase<MultisearchBody.Builder> implements ObjectBuilder<MultisearchBody>
MultisearchBody.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description MultisearchBody.Builderaggregations(java.lang.String key, Aggregation value)API name:aggregationsMultisearchBody.Builderaggregations(java.lang.String key, java.util.function.Function<Aggregation.Builder,ObjectBuilder<Aggregation>> fn)API name:aggregationsMultisearchBody.Builderaggregations(java.util.Map<java.lang.String,Aggregation> map)API name:aggregationsMultisearchBodybuild()Builds aMultisearchBody.MultisearchBody.Buildercollapse(FieldCollapse value)API name:collapseMultisearchBody.Buildercollapse(java.util.function.Function<FieldCollapse.Builder,ObjectBuilder<FieldCollapse>> fn)API name:collapseMultisearchBody.BuilderdocvalueFields(FieldAndFormat value, FieldAndFormat... values)Array of wildcard (*) patterns.MultisearchBody.BuilderdocvalueFields(java.util.function.Function<FieldAndFormat.Builder,ObjectBuilder<FieldAndFormat>> fn)Array of wildcard (*) patterns.MultisearchBody.BuilderdocvalueFields(java.util.List<FieldAndFormat> list)Array of wildcard (*) patterns.MultisearchBody.Builderexplain(java.lang.Boolean value)If true, returns detailed information about score computation as part of a hit.MultisearchBody.Builderfields(FieldAndFormat value, FieldAndFormat... values)Array of wildcard (*) patterns.MultisearchBody.Builderfields(java.util.function.Function<FieldAndFormat.Builder,ObjectBuilder<FieldAndFormat>> fn)Array of wildcard (*) patterns.MultisearchBody.Builderfields(java.util.List<FieldAndFormat> list)Array of wildcard (*) patterns.MultisearchBody.Builderfrom(java.lang.Integer value)Starting document offset.MultisearchBody.Builderhighlight(Highlight value)API name:highlightMultisearchBody.Builderhighlight(java.util.function.Function<Highlight.Builder,ObjectBuilder<Highlight>> fn)API name:highlightMultisearchBody.BuilderindicesBoost(java.util.List<java.util.Map<java.lang.String,java.lang.Double>> list)Boosts the _score of documents from specified indices.MultisearchBody.BuilderindicesBoost(java.util.Map<java.lang.String,java.lang.Double> value, java.util.Map<java.lang.String,java.lang.Double>... values)Boosts the _score of documents from specified indices.MultisearchBody.BuilderminScore(java.lang.Double value)Minimum _score for matching documents.MultisearchBody.Builderpit(PointInTimeReference value)Limits the search to a point in time (PIT).MultisearchBody.Builderpit(java.util.function.Function<PointInTimeReference.Builder,ObjectBuilder<PointInTimeReference>> fn)Limits the search to a point in time (PIT).MultisearchBody.BuilderpostFilter(Query value)API name:post_filterMultisearchBody.BuilderpostFilter(java.util.function.Function<Query.Builder,ObjectBuilder<Query>> fn)API name:post_filterMultisearchBody.Builderprofile(java.lang.Boolean value)API name:profileMultisearchBody.Builderquery(Query value)Defines the search definition using the Query DSL.MultisearchBody.Builderquery(java.util.function.Function<Query.Builder,ObjectBuilder<Query>> fn)Defines the search definition using the Query DSL.MultisearchBody.Builderrescore(Rescore value, Rescore... values)API name:rescoreMultisearchBody.Builderrescore(java.util.function.Function<Rescore.Builder,ObjectBuilder<Rescore>> fn)API name:rescoreMultisearchBody.Builderrescore(java.util.List<Rescore> list)API name:rescoreMultisearchBody.BuilderruntimeMappings(java.lang.String key, RuntimeField value)Defines one or more runtime fields in the search request.MultisearchBody.BuilderruntimeMappings(java.lang.String key, java.util.function.Function<RuntimeField.Builder,ObjectBuilder<RuntimeField>> fn)Defines one or more runtime fields in the search request.MultisearchBody.BuilderruntimeMappings(java.util.Map<java.lang.String,RuntimeField> map)Defines one or more runtime fields in the search request.MultisearchBody.BuilderscriptFields(java.lang.String key, ScriptField value)Retrieve a script evaluation (based on different fields) for each hit.MultisearchBody.BuilderscriptFields(java.lang.String key, java.util.function.Function<ScriptField.Builder,ObjectBuilder<ScriptField>> fn)Retrieve a script evaluation (based on different fields) for each hit.MultisearchBody.BuilderscriptFields(java.util.Map<java.lang.String,ScriptField> map)Retrieve a script evaluation (based on different fields) for each hit.MultisearchBody.BuildersearchAfter(java.lang.String value, java.lang.String... values)API name:search_afterMultisearchBody.BuildersearchAfter(java.util.List<java.lang.String> list)API name:search_afterprotected MultisearchBody.Builderself()MultisearchBody.BuilderseqNoPrimaryTerm(java.lang.Boolean value)If true, returns sequence number and primary term of the last modification of each hit.MultisearchBody.Buildersize(java.lang.Integer value)The number of hits to return.MultisearchBody.Buildersort(SortOptions value, SortOptions... values)API name:sortMultisearchBody.Buildersort(java.util.function.Function<SortOptions.Builder,ObjectBuilder<SortOptions>> fn)API name:sortMultisearchBody.Buildersort(java.util.List<SortOptions> list)API name:sortMultisearchBody.Buildersource(SourceConfig value)Indicates which source fields are returned for matching documents.MultisearchBody.Buildersource(java.util.function.Function<SourceConfig.Builder,ObjectBuilder<SourceConfig>> fn)Indicates which source fields are returned for matching documents.MultisearchBody.Builderstats(java.lang.String value, java.lang.String... values)Stats groups to associate with the search.MultisearchBody.Builderstats(java.util.List<java.lang.String> list)Stats groups to associate with the search.MultisearchBody.BuilderstoredFields(java.lang.String value, java.lang.String... values)List of stored fields to return as part of a hit.MultisearchBody.BuilderstoredFields(java.util.List<java.lang.String> list)List of stored fields to return as part of a hit.MultisearchBody.Buildersuggest(Suggester value)API name:suggestMultisearchBody.Buildersuggest(java.util.function.Function<Suggester.Builder,ObjectBuilder<Suggester>> fn)API name:suggestMultisearchBody.BuilderterminateAfter(java.lang.Long value)Maximum number of documents to collect for each shard.MultisearchBody.Buildertimeout(java.lang.String value)Specifies the period of time to wait for a response from each shard.MultisearchBody.BuildertrackScores(java.lang.Boolean value)If true, calculate and return document scores, even if the scores are not used for sorting.MultisearchBody.BuildertrackTotalHits(TrackHits value)Number of hits matching the query to count accurately.MultisearchBody.BuildertrackTotalHits(java.util.function.Function<TrackHits.Builder,ObjectBuilder<TrackHits>> fn)Number of hits matching the query to count accurately.MultisearchBody.Builderversion(java.lang.Boolean value)If true, returns document version as part of a hit.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
aggregations
public final MultisearchBody.Builder aggregations(java.util.Map<java.lang.String,Aggregation> map)API name:aggregationsAdds all entries of
maptoaggregations. -
aggregations
API name:aggregationsAdds an entry to
aggregations. -
aggregations
public final MultisearchBody.Builder aggregations(java.lang.String key, java.util.function.Function<Aggregation.Builder,ObjectBuilder<Aggregation>> fn)API name:aggregationsAdds an entry to
aggregationsusing a builder lambda. -
collapse
API name:collapse -
collapse
public final MultisearchBody.Builder collapse(java.util.function.Function<FieldCollapse.Builder,ObjectBuilder<FieldCollapse>> fn)API name:collapse -
query
Defines the search definition using the Query DSL.API name:
query -
query
public final MultisearchBody.Builder query(java.util.function.Function<Query.Builder,ObjectBuilder<Query>> fn)Defines the search definition using the Query DSL.API name:
query -
explain
If true, returns detailed information about score computation as part of a hit.API name:
explain -
storedFields
List of stored fields to return as part of a hit. If no fields are specified, no stored fields are included in the response. If this field is specified, the _source parameter defaults to false. You can pass _source: true to return both source fields and stored fields in the search response.API name:
stored_fieldsAdds all elements of
listtostoredFields. -
storedFields
public final MultisearchBody.Builder storedFields(java.lang.String value, java.lang.String... values)List of stored fields to return as part of a hit. If no fields are specified, no stored fields are included in the response. If this field is specified, the _source parameter defaults to false. You can pass _source: true to return both source fields and stored fields in the search response.API name:
stored_fieldsAdds one or more values to
storedFields. -
docvalueFields
Array of wildcard (*) patterns. The request returns doc values for field names matching these patterns in the hits.fields property of the response.API name:
docvalue_fieldsAdds all elements of
listtodocvalueFields. -
docvalueFields
public final MultisearchBody.Builder docvalueFields(FieldAndFormat value, FieldAndFormat... values)Array of wildcard (*) patterns. The request returns doc values for field names matching these patterns in the hits.fields property of the response.API name:
docvalue_fieldsAdds one or more values to
docvalueFields. -
docvalueFields
public final MultisearchBody.Builder docvalueFields(java.util.function.Function<FieldAndFormat.Builder,ObjectBuilder<FieldAndFormat>> fn)Array of wildcard (*) patterns. The request returns doc values for field names matching these patterns in the hits.fields property of the response.API name:
docvalue_fieldsAdds a value to
docvalueFieldsusing a builder lambda. -
from
Starting document offset. By default, you cannot page through more than 10,000 hits using the from and size parameters. To page through more hits, use the search_after parameter.API name:
from -
highlight
API name:highlight -
highlight
public final MultisearchBody.Builder highlight(java.util.function.Function<Highlight.Builder,ObjectBuilder<Highlight>> fn)API name:highlight -
indicesBoost
public final MultisearchBody.Builder indicesBoost(java.util.List<java.util.Map<java.lang.String,java.lang.Double>> list)Boosts the _score of documents from specified indices.API name:
indices_boostAdds all elements of
listtoindicesBoost. -
indicesBoost
public final MultisearchBody.Builder indicesBoost(java.util.Map<java.lang.String,java.lang.Double> value, java.util.Map<java.lang.String,java.lang.Double>... values)Boosts the _score of documents from specified indices.API name:
indices_boostAdds one or more values to
indicesBoost. -
minScore
Minimum _score for matching documents. Documents with a lower _score are not included in the search results.API name:
min_score -
postFilter
API name:post_filter -
postFilter
public final MultisearchBody.Builder postFilter(java.util.function.Function<Query.Builder,ObjectBuilder<Query>> fn)API name:post_filter -
profile
API name:profile -
rescore
API name:rescoreAdds all elements of
listtorescore. -
rescore
API name:rescoreAdds one or more values to
rescore. -
rescore
public final MultisearchBody.Builder rescore(java.util.function.Function<Rescore.Builder,ObjectBuilder<Rescore>> fn)API name:rescoreAdds a value to
rescoreusing a builder lambda. -
scriptFields
public final MultisearchBody.Builder scriptFields(java.util.Map<java.lang.String,ScriptField> map)Retrieve a script evaluation (based on different fields) for each hit.API name:
script_fieldsAdds all entries of
maptoscriptFields. -
scriptFields
Retrieve a script evaluation (based on different fields) for each hit.API name:
script_fieldsAdds an entry to
scriptFields. -
scriptFields
public final MultisearchBody.Builder scriptFields(java.lang.String key, java.util.function.Function<ScriptField.Builder,ObjectBuilder<ScriptField>> fn)Retrieve a script evaluation (based on different fields) for each hit.API name:
script_fieldsAdds an entry to
scriptFieldsusing a builder lambda. -
searchAfter
API name:search_afterAdds all elements of
listtosearchAfter. -
searchAfter
public final MultisearchBody.Builder searchAfter(java.lang.String value, java.lang.String... values)API name:search_afterAdds one or more values to
searchAfter. -
size
The number of hits to return. By default, you cannot page through more than 10,000 hits using the from and size parameters. To page through more hits, use the search_after parameter.API name:
size -
sort
API name:sortAdds all elements of
listtosort. -
sort
API name:sortAdds one or more values to
sort. -
sort
public final MultisearchBody.Builder sort(java.util.function.Function<SortOptions.Builder,ObjectBuilder<SortOptions>> fn)API name:sortAdds a value to
sortusing a builder lambda. -
source
Indicates which source fields are returned for matching documents. These fields are returned in the hits._source property of the search response.API name:
_source -
source
public final MultisearchBody.Builder source(java.util.function.Function<SourceConfig.Builder,ObjectBuilder<SourceConfig>> fn)Indicates which source fields are returned for matching documents. These fields are returned in the hits._source property of the search response.API name:
_source -
fields
Array of wildcard (*) patterns. The request returns values for field names matching these patterns in the hits.fields property of the response.API name:
fieldsAdds all elements of
listtofields. -
fields
Array of wildcard (*) patterns. The request returns values for field names matching these patterns in the hits.fields property of the response.API name:
fieldsAdds one or more values to
fields. -
fields
public final MultisearchBody.Builder fields(java.util.function.Function<FieldAndFormat.Builder,ObjectBuilder<FieldAndFormat>> fn)Array of wildcard (*) patterns. The request returns values for field names matching these patterns in the hits.fields property of the response.API name:
fieldsAdds a value to
fieldsusing a builder lambda. -
terminateAfter
Maximum number of documents to collect for each shard. If a query reaches this limit, Elasticsearch terminates the query early. Elasticsearch collects documents before sorting. Defaults to 0, which does not terminate query execution early.API name:
terminate_after -
stats
Stats groups to associate with the search. Each group maintains a statistics aggregation for its associated searches. You can retrieve these stats using the indices stats API.API name:
statsAdds all elements of
listtostats. -
stats
Stats groups to associate with the search. Each group maintains a statistics aggregation for its associated searches. You can retrieve these stats using the indices stats API.API name:
statsAdds one or more values to
stats. -
timeout
Specifies the period of time to wait for a response from each shard. If no response is received before the timeout expires, the request fails and returns an error. Defaults to no timeout.API name:
timeout -
trackScores
If true, calculate and return document scores, even if the scores are not used for sorting.API name:
track_scores -
trackTotalHits
Number of hits matching the query to count accurately. If true, the exact number of hits is returned at the cost of some performance. If false, the response does not include the total number of hits matching the query. Defaults to 10,000 hits.API name:
track_total_hits -
trackTotalHits
public final MultisearchBody.Builder trackTotalHits(java.util.function.Function<TrackHits.Builder,ObjectBuilder<TrackHits>> fn)Number of hits matching the query to count accurately. If true, the exact number of hits is returned at the cost of some performance. If false, the response does not include the total number of hits matching the query. Defaults to 10,000 hits.API name:
track_total_hits -
version
If true, returns document version as part of a hit.API name:
version -
runtimeMappings
public final MultisearchBody.Builder runtimeMappings(java.util.Map<java.lang.String,RuntimeField> map)Defines one or more runtime fields in the search request. These fields take precedence over mapped fields with the same name.API name:
runtime_mappingsAdds all entries of
maptoruntimeMappings. -
runtimeMappings
Defines one or more runtime fields in the search request. These fields take precedence over mapped fields with the same name.API name:
runtime_mappingsAdds an entry to
runtimeMappings. -
runtimeMappings
public final MultisearchBody.Builder runtimeMappings(java.lang.String key, java.util.function.Function<RuntimeField.Builder,ObjectBuilder<RuntimeField>> fn)Defines one or more runtime fields in the search request. These fields take precedence over mapped fields with the same name.API name:
runtime_mappingsAdds an entry to
runtimeMappingsusing a builder lambda. -
seqNoPrimaryTerm
If true, returns sequence number and primary term of the last modification of each hit. See Optimistic concurrency control.API name:
seq_no_primary_term -
pit
Limits the search to a point in time (PIT). If you provide a PIT, you cannot specify an <index> in the request path.API name:
pit -
pit
public final MultisearchBody.Builder pit(java.util.function.Function<PointInTimeReference.Builder,ObjectBuilder<PointInTimeReference>> fn)Limits the search to a point in time (PIT). If you provide a PIT, you cannot specify an <index> in the request path.API name:
pit -
suggest
API name:suggest -
suggest
public final MultisearchBody.Builder suggest(java.util.function.Function<Suggester.Builder,ObjectBuilder<Suggester>> fn)API name:suggest -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<MultisearchBody.Builder>
-
build
Builds aMultisearchBody.- Specified by:
buildin interfaceObjectBuilder<MultisearchBody>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-