Class FleetSearchRequest.Builder
- All Implemented Interfaces:
WithJson<FleetSearchRequest.Builder>,ObjectBuilder<FleetSearchRequest>
- Enclosing class:
- FleetSearchRequest
public static class FleetSearchRequest.Builder extends WithJsonObjectBuilderBase<FleetSearchRequest.Builder> implements ObjectBuilder<FleetSearchRequest>
FleetSearchRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description FleetSearchRequest.Builderaggregations(java.lang.String key, Aggregation value)API name:aggregationsFleetSearchRequest.Builderaggregations(java.lang.String key, java.util.function.Function<Aggregation.Builder,ObjectBuilder<Aggregation>> fn)API name:aggregationsFleetSearchRequest.Builderaggregations(java.util.Map<java.lang.String,Aggregation> map)API name:aggregationsFleetSearchRequest.BuilderallowNoIndices(java.lang.Boolean value)API name:allow_no_indicesFleetSearchRequest.BuilderallowPartialSearchResults(java.lang.Boolean value)If true, returns partial results if there are shard request timeouts or shard failures.FleetSearchRequest.Builderanalyzer(java.lang.String value)API name:analyzerFleetSearchRequest.BuilderanalyzeWildcard(java.lang.Boolean value)API name:analyze_wildcardFleetSearchRequest.BuilderbatchedReduceSize(java.lang.Long value)API name:batched_reduce_sizeFleetSearchRequestbuild()Builds aFleetSearchRequest.FleetSearchRequest.BuilderccsMinimizeRoundtrips(java.lang.Boolean value)API name:ccs_minimize_roundtripsFleetSearchRequest.Buildercollapse(FieldCollapse value)API name:collapseFleetSearchRequest.Buildercollapse(java.util.function.Function<FieldCollapse.Builder,ObjectBuilder<FieldCollapse>> fn)API name:collapseFleetSearchRequest.BuilderdefaultOperator(Operator value)API name:default_operatorFleetSearchRequest.Builderdf(java.lang.String value)API name:dfFleetSearchRequest.BuilderdocvalueFields(FieldAndFormat value, FieldAndFormat... values)Array of wildcard (*) patterns.FleetSearchRequest.BuilderdocvalueFields(java.util.function.Function<FieldAndFormat.Builder,ObjectBuilder<FieldAndFormat>> fn)Array of wildcard (*) patterns.FleetSearchRequest.BuilderdocvalueFields(java.util.List<FieldAndFormat> list)Array of wildcard (*) patterns.FleetSearchRequest.BuilderexpandWildcards(ExpandWildcard value, ExpandWildcard... values)API name:expand_wildcardsFleetSearchRequest.BuilderexpandWildcards(java.util.List<ExpandWildcard> list)API name:expand_wildcardsFleetSearchRequest.Builderexplain(java.lang.Boolean value)If true, returns detailed information about score computation as part of a hit.FleetSearchRequest.Builderfields(FieldAndFormat value, FieldAndFormat... values)Array of wildcard (*) patterns.FleetSearchRequest.Builderfields(java.util.function.Function<FieldAndFormat.Builder,ObjectBuilder<FieldAndFormat>> fn)Array of wildcard (*) patterns.FleetSearchRequest.Builderfields(java.util.List<FieldAndFormat> list)Array of wildcard (*) patterns.FleetSearchRequest.Builderfrom(java.lang.Integer value)Starting document offset.FleetSearchRequest.Builderhighlight(Highlight value)API name:highlightFleetSearchRequest.Builderhighlight(java.util.function.Function<Highlight.Builder,ObjectBuilder<Highlight>> fn)API name:highlightFleetSearchRequest.BuilderignoreThrottled(java.lang.Boolean value)API name:ignore_throttledFleetSearchRequest.BuilderignoreUnavailable(java.lang.Boolean value)API name:ignore_unavailableFleetSearchRequest.Builderindex(java.lang.String value)Required - A single target to search.FleetSearchRequest.BuilderindicesBoost(java.util.List<java.util.Map<java.lang.String,java.lang.Double>> list)Boosts the _score of documents from specified indices.FleetSearchRequest.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.FleetSearchRequest.Builderlenient(java.lang.Boolean value)API name:lenientFleetSearchRequest.BuildermaxConcurrentShardRequests(java.lang.Long value)API name:max_concurrent_shard_requestsFleetSearchRequest.BuilderminCompatibleShardNode(java.lang.String value)API name:min_compatible_shard_nodeFleetSearchRequest.BuilderminScore(java.lang.Double value)Minimum _score for matching documents.FleetSearchRequest.Builderpit(PointInTimeReference value)Limits the search to a point in time (PIT).FleetSearchRequest.Builderpit(java.util.function.Function<PointInTimeReference.Builder,ObjectBuilder<PointInTimeReference>> fn)Limits the search to a point in time (PIT).FleetSearchRequest.BuilderpostFilter(Query value)API name:post_filterFleetSearchRequest.BuilderpostFilter(java.util.function.Function<Query.Builder,ObjectBuilder<Query>> fn)API name:post_filterFleetSearchRequest.Builderpreference(java.lang.String value)API name:preferenceFleetSearchRequest.BuilderpreFilterShardSize(java.lang.Long value)API name:pre_filter_shard_sizeFleetSearchRequest.Builderprofile(java.lang.Boolean value)API name:profileFleetSearchRequest.Builderq(java.lang.String value)API name:qFleetSearchRequest.Builderquery(Query value)Defines the search definition using the Query DSL.FleetSearchRequest.Builderquery(java.util.function.Function<Query.Builder,ObjectBuilder<Query>> fn)Defines the search definition using the Query DSL.FleetSearchRequest.BuilderrequestCache(java.lang.Boolean value)API name:request_cacheFleetSearchRequest.Builderrescore(Rescore value, Rescore... values)API name:rescoreFleetSearchRequest.Builderrescore(java.util.function.Function<Rescore.Builder,ObjectBuilder<Rescore>> fn)API name:rescoreFleetSearchRequest.Builderrescore(java.util.List<Rescore> list)API name:rescoreFleetSearchRequest.Builderrouting(java.lang.String value)API name:routingFleetSearchRequest.BuilderruntimeMappings(java.lang.String key, java.util.List<RuntimeField> value)Defines one or more runtime fields in the search request.FleetSearchRequest.BuilderruntimeMappings(java.util.Map<java.lang.String,java.util.List<RuntimeField>> map)Defines one or more runtime fields in the search request.FleetSearchRequest.BuilderscriptFields(java.lang.String key, ScriptField value)Retrieve a script evaluation (based on different fields) for each hit.FleetSearchRequest.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.FleetSearchRequest.BuilderscriptFields(java.util.Map<java.lang.String,ScriptField> map)Retrieve a script evaluation (based on different fields) for each hit.FleetSearchRequest.Builderscroll(Time value)API name:scrollFleetSearchRequest.Builderscroll(java.util.function.Function<Time.Builder,ObjectBuilder<Time>> fn)API name:scrollFleetSearchRequest.BuildersearchAfter(java.lang.String value, java.lang.String... values)API name:search_afterFleetSearchRequest.BuildersearchAfter(java.util.List<java.lang.String> list)API name:search_afterFleetSearchRequest.BuildersearchType(SearchType value)API name:search_typeprotected FleetSearchRequest.Builderself()FleetSearchRequest.BuilderseqNoPrimaryTerm(java.lang.Boolean value)If true, returns sequence number and primary term of the last modification of each hit.FleetSearchRequest.Buildersize(java.lang.Integer value)The number of hits to return.FleetSearchRequest.Builderslice(SlicedScroll value)API name:sliceFleetSearchRequest.Builderslice(java.util.function.Function<SlicedScroll.Builder,ObjectBuilder<SlicedScroll>> fn)API name:sliceFleetSearchRequest.Buildersort(SortOptions value, SortOptions... values)API name:sortFleetSearchRequest.Buildersort(java.util.function.Function<SortOptions.Builder,ObjectBuilder<SortOptions>> fn)API name:sortFleetSearchRequest.Buildersort(java.util.List<SortOptions> list)API name:sortFleetSearchRequest.Buildersource(SourceConfig value)Indicates which source fields are returned for matching documents.FleetSearchRequest.Buildersource(java.util.function.Function<SourceConfig.Builder,ObjectBuilder<SourceConfig>> fn)Indicates which source fields are returned for matching documents.FleetSearchRequest.Builderstats(java.lang.String value, java.lang.String... values)Stats groups to associate with the search.FleetSearchRequest.Builderstats(java.util.List<java.lang.String> list)Stats groups to associate with the search.FleetSearchRequest.BuilderstoredFields(java.lang.String value, java.lang.String... values)List of stored fields to return as part of a hit.FleetSearchRequest.BuilderstoredFields(java.util.List<java.lang.String> list)List of stored fields to return as part of a hit.FleetSearchRequest.Buildersuggest(Suggester value)API name:suggestFleetSearchRequest.Buildersuggest(java.util.function.Function<Suggester.Builder,ObjectBuilder<Suggester>> fn)API name:suggestFleetSearchRequest.BuilderterminateAfter(java.lang.Long value)Maximum number of documents to collect for each shard.FleetSearchRequest.Buildertimeout(java.lang.String value)Specifies the period of time to wait for a response from each shard.FleetSearchRequest.BuildertrackScores(java.lang.Boolean value)If true, calculate and return document scores, even if the scores are not used for sorting.FleetSearchRequest.BuildertrackTotalHits(TrackHits value)Number of hits matching the query to count accurately.FleetSearchRequest.BuildertrackTotalHits(java.util.function.Function<TrackHits.Builder,ObjectBuilder<TrackHits>> fn)Number of hits matching the query to count accurately.FleetSearchRequest.Builderversion(java.lang.Boolean value)If true, returns document version as part of a hit.FleetSearchRequest.BuilderwaitForCheckpoints(java.lang.Long value, java.lang.Long... values)A comma separated list of checkpoints.FleetSearchRequest.BuilderwaitForCheckpoints(java.util.List<java.lang.Long> list)A comma separated list of checkpoints.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
-
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 FleetSearchRequest.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 -
aggregations
public final FleetSearchRequest.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 FleetSearchRequest.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. -
allowNoIndices
API name:allow_no_indices -
allowPartialSearchResults
public final FleetSearchRequest.Builder allowPartialSearchResults(@Nullable java.lang.Boolean value)If true, returns partial results if there are shard request timeouts or shard failures. If false, returns an error with no partial results. Defaults to the configured cluster settingsearch.default_allow_partial_resultswhich is true by default.API name:
allow_partial_search_results -
analyzeWildcard
API name:analyze_wildcard -
analyzer
API name:analyzer -
batchedReduceSize
API name:batched_reduce_size -
ccsMinimizeRoundtrips
API name:ccs_minimize_roundtrips -
collapse
API name:collapse -
collapse
public final FleetSearchRequest.Builder collapse(java.util.function.Function<FieldCollapse.Builder,ObjectBuilder<FieldCollapse>> fn)API name:collapse -
defaultOperator
API name:default_operator -
df
API name:df -
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 FleetSearchRequest.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 FleetSearchRequest.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. -
expandWildcards
API name:expand_wildcardsAdds all elements of
listtoexpandWildcards. -
expandWildcards
public final FleetSearchRequest.Builder expandWildcards(ExpandWildcard value, ExpandWildcard... values)API name:expand_wildcardsAdds one or more values to
expandWildcards. -
explain
If true, returns detailed information about score computation as part of a hit.API name:
explain -
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 FleetSearchRequest.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. -
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 FleetSearchRequest.Builder highlight(java.util.function.Function<Highlight.Builder,ObjectBuilder<Highlight>> fn)API name:highlight -
ignoreThrottled
API name:ignore_throttled -
index
Required - A single target to search. If the target is an index alias, it must resolve to a single index.API name:
index -
indicesBoost
public final FleetSearchRequest.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 FleetSearchRequest.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. -
lenient
API name:lenient -
maxConcurrentShardRequests
API name:max_concurrent_shard_requests -
minCompatibleShardNode
API name:min_compatible_shard_node -
minScore
Minimum _score for matching documents. Documents with a lower _score are not included in the search results.API name:
min_score -
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 FleetSearchRequest.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 -
postFilter
API name:post_filter -
postFilter
public final FleetSearchRequest.Builder postFilter(java.util.function.Function<Query.Builder,ObjectBuilder<Query>> fn)API name:post_filter -
preFilterShardSize
API name:pre_filter_shard_size -
preference
API name:preference -
profile
API name:profile -
q
API name:q -
query
Defines the search definition using the Query DSL.API name:
query -
query
public final FleetSearchRequest.Builder query(java.util.function.Function<Query.Builder,ObjectBuilder<Query>> fn)Defines the search definition using the Query DSL.API name:
query -
requestCache
API name:request_cache -
rescore
API name:rescoreAdds all elements of
listtorescore. -
rescore
API name:rescoreAdds one or more values to
rescore. -
rescore
public final FleetSearchRequest.Builder rescore(java.util.function.Function<Rescore.Builder,ObjectBuilder<Rescore>> fn)API name:rescoreAdds a value to
rescoreusing a builder lambda. -
routing
API name:routing -
runtimeMappings
public final FleetSearchRequest.Builder runtimeMappings(java.util.Map<java.lang.String,java.util.List<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
public final FleetSearchRequest.Builder runtimeMappings(java.lang.String key, java.util.List<RuntimeField> value)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. -
scriptFields
public final FleetSearchRequest.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 FleetSearchRequest.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. -
scroll
API name:scroll -
scroll
public final FleetSearchRequest.Builder scroll(java.util.function.Function<Time.Builder,ObjectBuilder<Time>> fn)API name:scroll -
searchAfter
API name:search_afterAdds all elements of
listtosearchAfter. -
searchAfter
public final FleetSearchRequest.Builder searchAfter(java.lang.String value, java.lang.String... values)API name:search_afterAdds one or more values to
searchAfter. -
searchType
API name:search_type -
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 -
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 -
slice
API name:slice -
slice
public final FleetSearchRequest.Builder slice(java.util.function.Function<SlicedScroll.Builder,ObjectBuilder<SlicedScroll>> fn)API name:slice -
sort
API name:sortAdds all elements of
listtosort. -
sort
API name:sortAdds one or more values to
sort. -
sort
public final FleetSearchRequest.Builder sort(java.util.function.Function<SortOptions.Builder,ObjectBuilder<SortOptions>> fn)API name:sortAdds a value to
sortusing a builder lambda. -
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. -
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 FleetSearchRequest.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. -
suggest
API name:suggest -
suggest
public final FleetSearchRequest.Builder suggest(java.util.function.Function<Suggester.Builder,ObjectBuilder<Suggester>> fn)API name:suggest -
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 -
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 FleetSearchRequest.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 -
waitForCheckpoints
A comma separated list of checkpoints. When configured, the search API will only be executed on a shard after the relevant checkpoint has become visible for search. Defaults to an empty list which will cause Elasticsearch to immediately execute the search.API name:
wait_for_checkpointsAdds all elements of
listtowaitForCheckpoints. -
waitForCheckpoints
public final FleetSearchRequest.Builder waitForCheckpoints(java.lang.Long value, java.lang.Long... values)A comma separated list of checkpoints. When configured, the search API will only be executed on a shard after the relevant checkpoint has become visible for search. Defaults to an empty list which will cause Elasticsearch to immediately execute the search.API name:
wait_for_checkpointsAdds one or more values to
waitForCheckpoints. -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<FleetSearchRequest.Builder>
-
build
Builds aFleetSearchRequest.- Specified by:
buildin interfaceObjectBuilder<FleetSearchRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-