Package org.hibernate.search.annotations
Annotation Type Fields
-
@Retention(RUNTIME) @Target({METHOD,FIELD}) @Documented @Deprecated public @interface Fields
Deprecated.Use Hibernate Search 6's field annotations instead:FullTextFieldfor text fields with an analyzer.KeywordFieldfor text fields with a normalizer.GenericFieldfor non-text fields.
Mark a property as indexable into different fields Useful if the field is used for sorting and searching- Author:
- Emmanuel Bernard