Uses of Class
org.elasticsearch.client.indices.AnalyzeRequest
-
Packages that use AnalyzeRequest Package Description org.elasticsearch.client org.elasticsearch.client.indices -
-
Uses of AnalyzeRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type AnalyzeRequest Modifier and Type Method Description AnalyzeResponseIndicesClient. analyze(AnalyzeRequest request, RequestOptions options)Calls the analyze API See Analyze API on elastic.coCancellableIndicesClient. analyzeAsync(AnalyzeRequest request, RequestOptions options, ActionListener<AnalyzeResponse> listener)Asynchronously calls the analyze API See Analyze API on elastic.co -
Uses of AnalyzeRequest in org.elasticsearch.client.indices
Methods in org.elasticsearch.client.indices that return AnalyzeRequest Modifier and Type Method Description AnalyzeRequestAnalyzeRequest. attributes(String... attributes)AnalyzeRequestAnalyzeRequest.CustomAnalyzerBuilder. build(String... text)AnalyzeRequestAnalyzeRequest. explain(boolean explain)Set whether or not detailed explanations of analysis should be returnedstatic AnalyzeRequestAnalyzeRequest. withField(String index, String field, String... text)Analyzes text using the analyzer defined on a specific field within an indexstatic AnalyzeRequestAnalyzeRequest. withGlobalAnalyzer(String analyzer, String... text)Analyzes text using a global analyzerstatic AnalyzeRequestAnalyzeRequest. withIndexAnalyzer(String index, String analyzer, String... text)Analyzes text using a named analyzer on an indexstatic AnalyzeRequestAnalyzeRequest. withNormalizer(String index, String normalizer, String... text)Analyzes text using a named normalizer on an index
-