AnalyzeRequest.CustomAnalyzerBuilder |
AnalyzeRequest.CustomAnalyzerBuilder.addCharFilter(String name) |
|
AnalyzeRequest.CustomAnalyzerBuilder |
AnalyzeRequest.CustomAnalyzerBuilder.addCharFilter(Map<String,Object> settings) |
|
AnalyzeRequest.CustomAnalyzerBuilder |
AnalyzeRequest.CustomAnalyzerBuilder.addTokenFilter(String name) |
|
AnalyzeRequest.CustomAnalyzerBuilder |
AnalyzeRequest.CustomAnalyzerBuilder.addTokenFilter(Map<String,Object> settings) |
|
static AnalyzeRequest.CustomAnalyzerBuilder |
AnalyzeRequest.buildCustomAnalyzer(String tokenizer) |
Analyzes text using a custom analyzer built from global components
|
static AnalyzeRequest.CustomAnalyzerBuilder |
AnalyzeRequest.buildCustomAnalyzer(String index,
String tokenizer) |
Analyzes text using a custom analyzer built from components defined on an index
|
static AnalyzeRequest.CustomAnalyzerBuilder |
AnalyzeRequest.buildCustomAnalyzer(String index,
Map<String,Object> tokenizerSettings) |
Analyzes text using a custom analyzer built from components defined on an index
|
static AnalyzeRequest.CustomAnalyzerBuilder |
AnalyzeRequest.buildCustomAnalyzer(Map<String,Object> tokenizerSettings) |
Analyzes text using a custom analyzer built from global components
|
static AnalyzeRequest.CustomAnalyzerBuilder |
AnalyzeRequest.buildCustomNormalizer() |
Analyzes text using a custom normalizer built from global components
|
static AnalyzeRequest.CustomAnalyzerBuilder |
AnalyzeRequest.buildCustomNormalizer(String index) |
Analyzes text using a custom normalizer built from components defined on an index
|