primaryTerm
The primary term assigned to the document for the indexing operation.
API name: _primary_term
WithJson<BuilderT>
GetResponse.Builder
, GetResult.Builder
final BuilderT
stored_fields
parameter is set to true
and
found
is true
, it contains the document fields
stored in the index.final BuilderT
stored_fields
parameter is set to true
and
found
is true
, it contains the document fields
stored in the index.final BuilderT
found(boolean value)
final BuilderT
final BuilderT
_ignored
final BuilderT
_ignored
final BuilderT
final BuilderT
primaryTerm(Long value)
final BuilderT
protected abstract BuilderT
self()
final BuilderT
final BuilderT
found
is true
, it contains the document data
formatted in JSON.final BuilderT
final BuilderT
withJson
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
API name: _index
stored_fields
parameter is set to true
and
found
is true
, it contains the document fields
stored in the index.
API name: fields
Adds all entries of map
to fields
.
stored_fields
parameter is set to true
and
found
is true
, it contains the document fields
stored in the index.
API name: fields
Adds an entry to fields
.
_ignored
Adds all elements of list
to ignored
.
_ignored
Adds one or more values to ignored
.
API name: found
API name: _id
API name: _primary_term
API name: _routing
API name: _seq_no
found
is true
, it contains the document data
formatted in JSON. If the _source
parameter is set to
false
or the stored_fields
parameter is set to
true
, it is excluded.
API name: _source
API name: _version
self
in class WithJsonObjectBuilderBase<BuilderT extends GetResult.AbstractBuilder<TDocument,BuilderT>>