Package org.hibernate.search.annotations


package org.hibernate.search.annotations
  • Class
    Description
    Deprecated.
    No longer necessary in Hibernate Search 6.
    Deprecated.
    No longer necessary in Hibernate Search 6.
    Deprecated.
    DateBridge/CalendarBridge are no longer available in Hibernate Search 6.
    Deprecated.
    DateBridge/CalendarBridge are no longer available in Hibernate Search 6.
    Deprecated.
    Use Hibernate Search 6's DocumentId instead.
    Deprecated.
    Use Hibernate Search 6's field annotations (GenericField, KeywordField, FullTextField, ...) and enable faceting with @GenericField(aggregable = Aggregable.YES) instead.
    Deprecated.
    See the deprecation note on Facet.
    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.
    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.
    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 Indexed instead.
    Deprecated.
    Use Hibernate Search 6's IndexedEmbedded instead.
    Deprecated.
    Use Hibernate Search 6's Latitude instead.
    Deprecated.
    Use Hibernate Search 6's Longitude instead.
    Deprecated.
    No longer necessary in Hibernate Search 6.
    Deprecated.
    Use Hibernate Search 6's text field annotations (KeywordField, FullTextField) and enable/disable norms with @FullTextField(norms = Norms.YES) instead.
    Deprecated.
    This annotation does not do anything anymore and is not necessary.
    Deprecated.
    This annotation does not do anything anymore and is not necessary.
    Deprecated.
    DateBridge/CalendarBridge are no longer available in Hibernate Search 6.
    Deprecated.
    Use Hibernate Search 6's field annotations (GenericField, KeywordField, ...) and enable sorts with @GenericField(sortable = Sortable.YES) instead.
    Deprecated.
    See the deprecation note on SortableField
    Deprecated.
    If the latitude/longitude of the element annotated with Spatial are mutable, annotate these properties annotated with Latitude/Longitude, and use GeoPointBinding instead of Spatial.
    Deprecated.
    See the deprecation note on Spatial.
    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.