Uses of Class
org.elasticsearch.index.get.GetResult

Packages that use GetResult
org.elasticsearch.action.explain Explain action. 
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
 GetResult ExplainResponse.getGetResult()
           
 GetResult ExplainResponse.getResult()
           
 

Constructors in org.elasticsearch.action.explain with parameters of type GetResult
ExplainResponse(boolean exists, org.apache.lucene.search.Explanation explanation, GetResult getResult)
           
 

Uses of GetResult in org.elasticsearch.action.update
 

Methods in org.elasticsearch.action.update that return GetResult
protected  GetResult TransportUpdateAction.extractGetResult(UpdateRequest request, long version, Map<String,Object> source, XContentType sourceContentType, BytesReference sourceAsBytes)
           
 GetResult UpdateResponse.getGetResult()
           
 GetResult UpdateResponse.getResult()
           
 

Uses of GetResult in org.elasticsearch.index.get
 

Methods in org.elasticsearch.index.get that return GetResult
 GetResult ShardGetService.get(Engine.GetResult engineGetResult, String id, String type, String[] fields)
          Returns GetResult based on the specified Engine.GetResult argument.
 GetResult ShardGetService.get(String type, String id, String[] gFields, boolean realtime)
           
 GetResult ShardGetService.innerGet(String type, String id, String[] gFields, boolean realtime)
           
static GetResult GetResult.readGetResult(StreamInput in)
           
 



Copyright © 2009-2012. All Rights Reserved.