Package org.hibernate.search.annotations
package org.hibernate.search.annotations
-
ClassDescriptionDeprecated.No longer necessary in Hibernate Search 6.Deprecated.No longer necessary in Hibernate Search 6.Deprecated.
DateBridge/CalendarBridgeare no longer available in Hibernate Search 6.Deprecated.DateBridge/CalendarBridgeare no longer available in Hibernate Search 6.Deprecated.Use Hibernate Search 6'sDocumentIdinstead.Deprecated.Use Hibernate Search 6's field annotations (GenericField,KeywordField,FullTextField, ...) and enable faceting withinstead.@GenericField(aggregable = Aggregable.YES)Deprecated.See the deprecation note onFacet.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.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.Deprecated.Use Hibernate Search 6's field annotations (GenericField,KeywordField,FullTextField, ...) and enable/disable indexing withinstead.@GenericField(searchable = Searchable.YES)Deprecated.Use Hibernate Search 6'sIndexedinstead.Deprecated.Use Hibernate Search 6'sIndexedEmbeddedinstead.Deprecated.Use Hibernate Search 6'sLatitudeinstead.Deprecated.Use Hibernate Search 6'sLongitudeinstead.Deprecated.No longer necessary in Hibernate Search 6.Deprecated.Use Hibernate Search 6's text field annotations (KeywordField,FullTextField) and enable/disable norms withinstead.@FullTextField(norms = Norms.YES)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/CalendarBridgeare no longer available in Hibernate Search 6.Deprecated.Use Hibernate Search 6's field annotations (GenericField,KeywordField, ...) and enable sorts withinstead.@GenericField(sortable = Sortable.YES)Deprecated.See the deprecation note onSortableFieldDeprecated.Deprecated.See the deprecation note onSpatial.Deprecated.Use Hibernate Search 6's field annotations (GenericField,KeywordField,FullTextField, ...) and enable/disable storage withinstead.@GenericField(projectable = Projectable.YES)Deprecated.Use Hibernate Search 6's full-text field annotation (FullTextField) and enable/disable term vectors withinstead.@FullTextField(termVector = TermVector.YES)