Package org.hibernate.search.annotations
-
Enum Summary Enum Description Analyze Deprecated. No longer necessary in Hibernate Search 6.Index Deprecated. Use Hibernate Search 6's field annotations (GenericField,KeywordField,FullTextField, ...) and enable/disable indexing withinstead.@GenericField(searchable = Searchable.YES)Norms Deprecated. Use Hibernate Search 6's text field annotations (KeywordField,FullTextField) and enable/disable norms withinstead.@FullTextField(norms = Norms.YES)Resolution Deprecated. DateBridge/CalendarBridgeare no longer available in Hibernate Search 6.Store Deprecated. Use Hibernate Search 6's field annotations (GenericField,KeywordField,FullTextField, ...) and enable/disable storage withinstead.@GenericField(projectable = Projectable.YES)TermVector Deprecated. Use Hibernate Search 6's full-text field annotation (FullTextField) and enable/disable term vectors withinstead.@FullTextField(termVector = TermVector.YES) -
Annotation Types Summary Annotation Type Description Analyzer Deprecated. No longer necessary in Hibernate Search 6.CalendarBridge Deprecated. DateBridge/CalendarBridgeare no longer available in Hibernate Search 6.DateBridge Deprecated. DateBridge/CalendarBridgeare no longer available in Hibernate Search 6.DocumentId Deprecated. Use Hibernate Search 6'sDocumentIdinstead.Facet Deprecated. Use Hibernate Search 6's field annotations (GenericField,KeywordField,FullTextField, ...) and enable faceting withinstead.@GenericField(aggregable = Aggregable.YES)Facets Deprecated. See the deprecation note onFacet.Field 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.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.Indexed Deprecated. Use Hibernate Search 6'sIndexedinstead.IndexedEmbedded Deprecated. Use Hibernate Search 6'sIndexedEmbeddedinstead.Latitude Deprecated. Use Hibernate Search 6'sLatitudeinstead.Longitude Deprecated. Use Hibernate Search 6'sLongitudeinstead.Normalizer Deprecated. No longer necessary in Hibernate Search 6.NumericField Deprecated. This annotation does not do anything anymore and is not necessary.NumericFields Deprecated. This annotation does not do anything anymore and is not necessary.SortableField Deprecated. Use Hibernate Search 6's field annotations (GenericField,KeywordField, ...) and enable sorts withinstead.@GenericField(sortable = Sortable.YES)SortableFields Deprecated. See the deprecation note onSortableFieldSpatial Deprecated. If the latitude/longitude of the element annotated withSpatialare mutable, annotate these properties annotated withLatitude/Longitude, and useGeoPointBindinginstead ofSpatial.Spatials Deprecated. See the deprecation note onSpatial.