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