| Package | Description |
|---|---|
| org.hibernate.search.elasticsearch.analyzer.definition | |
| org.hibernate.search.elasticsearch.analyzer.definition.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ElasticsearchAnalyzerDefinitionWithTokenizerContext |
interface |
ElasticsearchNormalizerDefinitionContext |
| Modifier and Type | Method and Description |
|---|---|
ElasticsearchCompositeAnalysisDefinitionContext |
ElasticsearchCompositeAnalysisDefinitionContext.withCharFilters(String... names)
Set the char filters that the normalizer will use.
|
ElasticsearchCompositeAnalysisDefinitionContext |
ElasticsearchCompositeAnalysisDefinitionContext.withTokenFilters(String... names)
Set the token filters that the normalizer will use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElasticsearchAnalyzerDefinitionContextImpl |
class |
ElasticsearchNormalizerDefinitionContextImpl |
Copyright © 2006–2017 Hibernate. All rights reserved.