Package org.hibernate.search.annotations
Annotation Type Normalizer
-
@Retention(RUNTIME) @Target({}) @Documented @Deprecated public @interface Normalizer
Deprecated.No longer necessary in Hibernate Search 6. ReplaceFieldwithKeywordFieldand pass the normalizer name directly toKeywordField.normalizer().Define a Normalizer for a@FieldEither describe an explicit implementation through theimplparameter or use an external@NormalizerDefdefinition through thedefinitionparameter- Author:
- Emmanuel Bernard
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdefinitionDeprecated.Class<?>implDeprecated.
-