Uses of Class
org.elasticsearch.index.get.GetResult
-
Packages that use GetResult Package Description org.elasticsearch.action.explain org.elasticsearch.action.get org.elasticsearch.action.update org.elasticsearch.index.get -
-
Uses of GetResult in org.elasticsearch.action.explain
Methods in org.elasticsearch.action.explain that return GetResult Modifier and Type Method Description GetResultExplainResponse. getGetResult()Constructors in org.elasticsearch.action.explain with parameters of type GetResult Constructor Description ExplainResponse(String index, String type, String id, boolean exists, Explanation explanation, GetResult getResult) -
Uses of GetResult in org.elasticsearch.action.get
Constructors in org.elasticsearch.action.get with parameters of type GetResult Constructor Description GetResponse(GetResult getResult) -
Uses of GetResult in org.elasticsearch.action.update
Methods in org.elasticsearch.action.update that return GetResult Modifier and Type Method Description static GetResultUpdateHelper. extractGetResult(UpdateRequest request, String concreteIndex, long seqNo, long primaryTerm, long version, Map<String,Object> source, XContentType sourceContentType, BytesReference sourceAsBytes)AppliesUpdateRequest.fetchSource()to the _source of the updated document to be returned in a update response.GetResultUpdateResponse. getGetResult()Methods in org.elasticsearch.action.update with parameters of type GetResult Modifier and Type Method Description protected UpdateHelper.ResultUpdateHelper. prepare(ShardId shardId, UpdateRequest request, GetResult getResult, LongSupplier nowInMillis)Prepares an update request by converting it into an index or delete request or an update response (no action, in the event of a noop).voidUpdateResponse.Builder. setGetResult(GetResult getResult)voidUpdateResponse. setGetResult(GetResult getResult) -
Uses of GetResult in org.elasticsearch.index.get
Methods in org.elasticsearch.index.get that return GetResult Modifier and Type Method Description static GetResultGetResult. fromXContent(XContentParser parser)static GetResultGetResult. fromXContentEmbedded(XContentParser parser)static GetResultGetResult. fromXContentEmbedded(XContentParser parser, String index, String type, String id)GetResultShardGetService. get(String type, String id, String[] gFields, boolean realtime, long version, VersionType versionType, FetchSourceContext fetchSourceContext)GetResultShardGetService. get(Engine.GetResult engineGetResult, String id, String type, String[] fields, FetchSourceContext fetchSourceContext)ReturnsGetResultbased on the specifiedEngine.GetResultargument.GetResultShardGetService. getForUpdate(String type, String id, long ifSeqNo, long ifPrimaryTerm)
-