Uses of Class
org.elasticsearch.action.get.GetRequestBuilder

Packages that use GetRequestBuilder
org.elasticsearch.action.get Get action. 
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
 

Uses of GetRequestBuilder in org.elasticsearch.action.get
 

Methods in org.elasticsearch.action.get that return GetRequestBuilder
 GetRequestBuilder GetAction.newRequestBuilder(Client client)
           
 GetRequestBuilder GetRequestBuilder.setFields(String... fields)
          Explicitly specify the fields that will be returned.
 GetRequestBuilder GetRequestBuilder.setId(String id)
          Sets the id of the document to fetch.
 GetRequestBuilder GetRequestBuilder.setIndex(String index)
          Sets the index of the document to fetch.
 GetRequestBuilder GetRequestBuilder.setListenerThreaded(boolean threadedListener)
          Should the listener be called on a separate thread if needed.
 GetRequestBuilder GetRequestBuilder.setOperationThreaded(boolean threadedOperation)
          Controls if the operation will be executed on a separate thread when executed locally.
 GetRequestBuilder GetRequestBuilder.setParent(String parent)
          Sets the parent id of this document.
 GetRequestBuilder GetRequestBuilder.setPreference(String preference)
          Sets the preference to execute the search.
 GetRequestBuilder GetRequestBuilder.setRealtime(Boolean realtime)
           
 GetRequestBuilder GetRequestBuilder.setRefresh(boolean refresh)
          Should a refresh be executed before this get operation causing the operation to return the latest value.
 GetRequestBuilder GetRequestBuilder.setRouting(String routing)
          Controls the shard routing of the request.
 GetRequestBuilder GetRequestBuilder.setType(String type)
          Sets the type of the document to fetch.
 

Uses of GetRequestBuilder in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return GetRequestBuilder
 GetRequestBuilder Client.prepareGet()
          Gets the document that was indexed from an index with a type and id.
 GetRequestBuilder Client.prepareGet(String index, String type, String id)
          Gets the document that was indexed from an index with a type (optional) and id.
 

Uses of GetRequestBuilder in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return GetRequestBuilder
 GetRequestBuilder AbstractClient.prepareGet()
           
 GetRequestBuilder AbstractClient.prepareGet(String index, String type, String id)
           
 



Copyright © 2009-2012. All Rights Reserved.