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

Packages that use GetField
org.elasticsearch.action.get Get action. 
org.elasticsearch.index.get   
 

Uses of GetField in org.elasticsearch.action.get
 

Methods in org.elasticsearch.action.get that return GetField
 GetField GetResponse.field(String name)
           
 

Methods in org.elasticsearch.action.get that return types with arguments of type GetField
 Map<String,GetField> GetResponse.fields()
           
 Map<String,GetField> GetResponse.getFields()
           
 Iterator<GetField> GetResponse.iterator()
           
 

Uses of GetField in org.elasticsearch.index.get
 

Methods in org.elasticsearch.index.get that return GetField
 GetField GetResult.field(String name)
           
static GetField GetField.readGetField(StreamInput in)
           
 

Methods in org.elasticsearch.index.get that return types with arguments of type GetField
 Map<String,GetField> GetResult.fields()
           
 Map<String,GetField> GetResult.getFields()
           
 Iterator<GetField> GetResult.iterator()
           
 

Constructor parameters in org.elasticsearch.index.get with type arguments of type GetField
GetResult(String index, String type, String id, long version, boolean exists, BytesReference source, Map<String,GetField> fields)
           
 



Copyright © 2009-2012. All Rights Reserved.