public interface ElasticsearchAnalyzerDefinitionWithTokenizerContext
Modifier and Type | Method and Description |
---|---|
ElasticsearchAnalyzerDefinitionWithTokenizerContext |
withCharFilters(String... names)
Set the char filters that the analyzer will use.
|
ElasticsearchAnalyzerDefinitionWithTokenizerContext |
withTokenFilters(String... names)
Set the token filters that the analyzer will use.
|
ElasticsearchAnalyzerDefinitionWithTokenizerContext withCharFilters(String... names)
names
- The name of each char filters to use, in order.
There must be a corresponding char filter definition on the Elasticsearch server.
This can be achieved by defining the char filter
from Hibernate Search
,
by configuring the Elasticsearch server directly, or by using built-in tokenizers.ElasticsearchAnalyzerDefinitionWithTokenizerContext withTokenFilters(String... names)
names
- The name of the token filters to use, in order.
There must be a corresponding token filter definition on the Elasticsearch server.
This can be achieved by defining the token filter
from Hibernate Search
,
by configuring the Elasticsearch server, or by using built-in tokenizers.Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved