Uses of Class
org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest

Packages that use AnalyzeRequest
org.elasticsearch.action.admin.indices.analyze   
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
 

Uses of AnalyzeRequest in org.elasticsearch.action.admin.indices.analyze
 

Methods in org.elasticsearch.action.admin.indices.analyze that return AnalyzeRequest
 AnalyzeRequest AnalyzeRequest.analyzer(String analyzer)
           
 AnalyzeRequest AnalyzeRequest.field(String field)
           
 AnalyzeRequest AnalyzeRequest.index(String index)
           
protected  AnalyzeRequest TransportAnalyzeAction.newRequest()
           
 AnalyzeRequest AnalyzeRequest.preferLocal(boolean preferLocal)
          if this operation hits a node with a local relevant shard, should it be preferred to be executed on, or just do plain round robin.
 AnalyzeRequest AnalyzeRequest.tokenFilters(String... tokenFilters)
           
 AnalyzeRequest AnalyzeRequest.tokenizer(String tokenizer)
           
 

Methods in org.elasticsearch.action.admin.indices.analyze with parameters of type AnalyzeRequest
protected  ClusterBlockException TransportAnalyzeAction.checkGlobalBlock(ClusterState state, AnalyzeRequest request)
           
protected  ClusterBlockException TransportAnalyzeAction.checkRequestBlock(ClusterState state, AnalyzeRequest request)
           
protected  AnalyzeResponse TransportAnalyzeAction.shardOperation(AnalyzeRequest request, int shardId)
           
protected  ShardsIterator TransportAnalyzeAction.shards(ClusterState state, AnalyzeRequest request)
           
 

Uses of AnalyzeRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client with parameters of type AnalyzeRequest
 ActionFuture<AnalyzeResponse> IndicesAdminClient.analyze(AnalyzeRequest request)
          Analyze text under the provided index.
 void IndicesAdminClient.analyze(AnalyzeRequest request, ActionListener<AnalyzeResponse> listener)
          Analyze text under the provided index.
 

Uses of AnalyzeRequest in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support with parameters of type AnalyzeRequest
 ActionFuture<AnalyzeResponse> AbstractIndicesAdminClient.analyze(AnalyzeRequest request)
           
 void AbstractIndicesAdminClient.analyze(AnalyzeRequest request, ActionListener<AnalyzeResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.