Uses of Class
org.elasticsearch.ElasticSearchGenerationException

Packages that use ElasticSearchGenerationException
org.elasticsearch.action.index Index action. 
org.elasticsearch.action.percolate   
 

Uses of ElasticSearchGenerationException in org.elasticsearch.action.index
 

Methods in org.elasticsearch.action.index that throw ElasticSearchGenerationException
 IndexRequest IndexRequest.source(Map source)
          Index the Map as a Requests.INDEX_CONTENT_TYPE.
 IndexRequest IndexRequest.source(Map source, XContentType contentType)
          Index the Map as the provided content type.
 IndexRequest IndexRequest.ttl(Long ttl)
          Sets the relative ttl value.
 

Uses of ElasticSearchGenerationException in org.elasticsearch.action.percolate
 

Methods in org.elasticsearch.action.percolate that throw ElasticSearchGenerationException
 PercolateRequest PercolateRequest.source(Map source)
           
 PercolateRequest PercolateRequest.source(Map source, XContentType contentType)
           
 



Copyright © 2009-2012. All Rights Reserved.