Uses of Package
org.hibernate.search.annotations

  • Class
    Description
    Deprecated.
    No longer necessary in Hibernate Search 6.
    Deprecated.
    Use Hibernate Search 6's field annotations (GenericField, KeywordField, FullTextField, ...) and enable/disable indexing with @GenericField(searchable = Searchable.YES) instead.
    Deprecated.
    Use Hibernate Search 6's text field annotations (KeywordField, FullTextField) and enable/disable norms with @FullTextField(norms = Norms.YES) instead.
    Deprecated.
    DateBridge/CalendarBridge are no longer available in Hibernate Search 6.
    Deprecated.
    Use Hibernate Search 6's field annotations (GenericField, KeywordField, FullTextField, ...) and enable/disable storage with @GenericField(projectable = Projectable.YES) instead.
    Deprecated.
    Use Hibernate Search 6's full-text field annotation (FullTextField) and enable/disable term vectors with @FullTextField(termVector = TermVector.YES) instead.
  • Class
    Description
    Deprecated.
    Use Hibernate Search 6's Latitude instead.
    Deprecated.
    Use Hibernate Search 6's Longitude instead.