@Retention(value=RUNTIME) @Target(value={}) @Documented public @interface Normalizer
@Field
Either describe an explicit implementation through the impl
parameter
or use an external @NormalizerDef
definition through the definition
parameterModifier and Type | Optional Element and Description |
---|---|
String |
definition |
Class<?> |
impl
Deprecated.
Support for direct references to analyzer implementations
by class will be removed in Hibernate Search 6.
Use
definition() instead. |
@Deprecated public abstract Class<?> impl
definition()
instead.Analyzer
implementation.public abstract String definition
LuceneAnalysisDefinitionProvider
,
or a org.hibernate.search.elasticsearch.analyzer.definition.ElasticsearchAnalysisDefinitionProvider
,
or the deprecated NormalizerDef
.Copyright © 2006-2023 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.