Class ExistsRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.core.ExistsRequest
- All Implemented Interfaces:
ToCopyableBuilder<ExistsRequest.Builder,ExistsRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class ExistsRequest
extends RequestBase
implements ToCopyableBuilder<ExistsRequest.Builder,ExistsRequest>
Returns information about whether a document exists in an index.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<ExistsRequest, BooleanResponse, ErrorResponse> Endpoint "exists". -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyQueryParameters(Map<String, String> params) static ExistsRequest.Builderbuilder()booleaninthashCode()final Stringid()Required - Identifier of the document.final Stringindex()Required - Comma-separated list of data streams, indexes, and aliases.static ExistsRequestfinal StringSpecifies the node or shard the operation should be performed on.final Booleanrealtime()Iftrue, the request is real-time as opposed to near-real-time.final Refreshrefresh()Iftrue, OpenSearch refreshes all shards involved in the delete by query after the request completes.routing()Target the specified primary shard.final SourceConfigParamsource()trueorfalseto return the_sourcefield or not, or a list of fields to return.A comma-separated list of source fields to exclude in the response.A comma-separated list of source fields to include in the response.List of stored fields to return as part of a hit.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.final Longversion()Explicit version number for concurrency control.final VersionTypeSpecific version type:external,external_gte.Methods inherited from class org.opensearch.client.opensearch._types.RequestBase
errorTrace, humanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_ENDPOINT
Endpoint "exists".
-
-
Method Details
-
of
-
id
Required - Identifier of the document.API name:
id -
index
Required - Comma-separated list of data streams, indexes, and aliases. Supports wildcards (*).API name:
index -
preference
Specifies the node or shard the operation should be performed on. Random by default.API name:
preference -
realtime
Iftrue, the request is real-time as opposed to near-real-time.API name:
realtime -
refresh
Iftrue, OpenSearch refreshes all shards involved in the delete by query after the request completes.API name:
refresh -
routing
Target the specified primary shard.API name:
routing -
source
trueorfalseto return the_sourcefield or not, or a list of fields to return.API name:
_source -
sourceExcludes
A comma-separated list of source fields to exclude in the response.API name:
_source_excludes -
sourceIncludes
A comma-separated list of source fields to include in the response.API name:
_source_includes -
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_sourceparameter defaults to false.API name:
stored_fields -
version
Explicit version number for concurrency control. The specified version must match the current version of the document for the request to succeed.API name:
version -
versionType
Specific version type:external,external_gte.API name:
version_type -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ExistsRequest.Builder,ExistsRequest> - Returns:
- a new builder instance.
-
builder
-
applyQueryParameters
- Overrides:
applyQueryParametersin classRequestBase
-
hashCode
public int hashCode() -
equals
-