| Package | Description |
|---|---|
| org.hibernate.search.backend.elasticsearch.analysis.model.dsl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ElasticsearchAnalyzerOptionalComponentsStep
The step in an analyzer definition
where optional components such as char filters or token filters can be added.
|
interface |
ElasticsearchNormalizerOptionalComponentsStep
The step in a normalizer definition
where optional components such as char filters or token filters can be added.
|
| Modifier and Type | Method and Description |
|---|---|
ElasticsearchAnalysisOptionalComponentsStep |
ElasticsearchAnalysisOptionalComponentsStep.charFilters(String... names)
Set the char filters that the normalizer will use.
|
ElasticsearchAnalysisOptionalComponentsStep |
ElasticsearchAnalysisOptionalComponentsStep.tokenFilters(String... names)
Set the token filters that the normalizer will use.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.