Modifier and Type | Method and Description |
---|---|
ElasticsearchAnalyzerDefinitionWithTokenizerContext |
ElasticsearchAnalyzerDefinitionWithTokenizerContext.withCharFilters(String... names)
Set the char filters that the analyzer will use.
|
ElasticsearchAnalyzerDefinitionWithTokenizerContext |
ElasticsearchAnalyzerDefinitionWithTokenizerContext.withTokenFilters(String... names)
Set the token filters that the analyzer will use.
|
ElasticsearchAnalyzerDefinitionWithTokenizerContext |
ElasticsearchAnalyzerDefinitionContext.withTokenizer(String name)
Set the tokenizer that the analyzer will use.
|
Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchAnalyzerDefinitionContextImpl |
Modifier and Type | Method and Description |
---|---|
ElasticsearchAnalyzerDefinitionWithTokenizerContext |
ElasticsearchAnalyzerDefinitionContextImpl.withCharFilters(String... names) |
ElasticsearchAnalyzerDefinitionWithTokenizerContext |
ElasticsearchAnalyzerDefinitionContextImpl.withTokenFilters(String... names) |
ElasticsearchAnalyzerDefinitionWithTokenizerContext |
ElasticsearchAnalyzerDefinitionContextImpl.withTokenizer(String name) |
Copyright © 2006–2017 Hibernate. All rights reserved.