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

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

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

Methods in org.elasticsearch.action.admin.indices.analyze that return AnalyzeRequestBuilder
 AnalyzeRequestBuilder AnalyzeAction.newRequestBuilder(IndicesAdminClient client)
           
 AnalyzeRequestBuilder AnalyzeRequestBuilder.setAnalyzer(String analyzer)
          Sets the analyzer name to use in order to analyze the text.
 AnalyzeRequestBuilder AnalyzeRequestBuilder.setField(String field)
          Sets the field that its analyzer will be used to analyze the text.
 AnalyzeRequestBuilder AnalyzeRequestBuilder.setIndex(String index)
          Sets the index to use to analyzer the text (for example, if it holds specific analyzers registered).
 AnalyzeRequestBuilder AnalyzeRequestBuilder.setPreferLocal(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.
 AnalyzeRequestBuilder AnalyzeRequestBuilder.setTokenFilters(String... tokenFilters)
          Sets token filters that will be used on top of a tokenizer provided.
 AnalyzeRequestBuilder AnalyzeRequestBuilder.setTokenizer(String tokenizer)
          Instead of setting the analyzer, sets the tokenizer that will be used as part of a custom analyzer.
 

Uses of AnalyzeRequestBuilder in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return AnalyzeRequestBuilder
 AnalyzeRequestBuilder IndicesAdminClient.prepareAnalyze(String text)
          Analyze text.
 AnalyzeRequestBuilder IndicesAdminClient.prepareAnalyze(String index, String text)
          Analyze text under the provided index.
 

Uses of AnalyzeRequestBuilder in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return AnalyzeRequestBuilder
 AnalyzeRequestBuilder AbstractIndicesAdminClient.prepareAnalyze(String text)
           
 AnalyzeRequestBuilder AbstractIndicesAdminClient.prepareAnalyze(String index, String text)
           
 



Copyright © 2009-2012. All Rights Reserved.