Annotation Type Fields


Deprecated.
Use Hibernate Search 6's field annotations instead:
  • FullTextField for text fields with an analyzer.
  • KeywordField for text fields with a normalizer.
  • GenericField for non-text fields.
Mark a property as indexable into different fields Useful if the field is used for sorting and searching
Author:
Emmanuel Bernard
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated.
     
  • Element Details

    • value

      Field[] value
      Deprecated.
      Returns:
      the Field annotations to use for the property