Uses of Package
org.hibernate.search.annotations
-
Packages that use org.hibernate.search.annotations Package Description org.hibernate.search.annotations org.hibernate.search.spatial -
Classes in org.hibernate.search.annotations used by org.hibernate.search.annotations Class Description Analyze Deprecated.No longer necessary in Hibernate Search 6.Analyzer Deprecated.No longer necessary in Hibernate Search 6.Facet Deprecated.Use Hibernate Search 6's field annotations (GenericField,KeywordField,FullTextField, ...) and enable faceting withinstead.@GenericField(aggregable = Aggregable.YES)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.Index Deprecated.Use Hibernate Search 6's field annotations (GenericField,KeywordField,FullTextField, ...) and enable/disable indexing withinstead.@GenericField(searchable = Searchable.YES)Normalizer Deprecated.No longer necessary in Hibernate Search 6.Norms Deprecated.Use Hibernate Search 6's text field annotations (KeywordField,FullTextField) and enable/disable norms withinstead.@FullTextField(norms = Norms.YES)NumericField Deprecated.This annotation does not do anything anymore and is not necessary.Resolution Deprecated.DateBridge/CalendarBridgeare no longer available in Hibernate Search 6.SortableField Deprecated.Use Hibernate Search 6's field annotations (GenericField,KeywordField, ...) and enable sorts withinstead.@GenericField(sortable = Sortable.YES)Spatial Deprecated.If the latitude/longitude of the element annotated withSpatialare mutable, annotate these properties annotated withLatitude/Longitude, and useGeoPointBindinginstead ofSpatial.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) -
Classes in org.hibernate.search.annotations used by org.hibernate.search.spatial Class Description Latitude Deprecated.Use Hibernate Search 6'sLatitudeinstead.Longitude Deprecated.Use Hibernate Search 6'sLongitudeinstead.