All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description AllContext Deprecated. See the deprecation note onQueryBuilder.Analyze Deprecated. No longer necessary in Hibernate Search 6.Analyzer Deprecated. No longer necessary in Hibernate Search 6.AnalyzerUtils Deprecated. Will be removed without replacement.BooleanJunction<T extends BooleanJunction> Deprecated. See the deprecation note onQueryBuilder.CalendarBridge Deprecated. DateBridge/CalendarBridgeare no longer available in Hibernate Search 6.Coordinates Deprecated. UseGeoPointinstead.DatabaseRetrievalMethod Deprecated. This setting is ignored in Hibernate Search 6.DateBridge Deprecated. DateBridge/CalendarBridgeare no longer available in Hibernate Search 6.DiscreteFacetContext Deprecated. See the deprecation note onQueryBuilder.DocumentId Deprecated. Use Hibernate Search 6'sDocumentIdinstead.EntityContext Deprecated. See the deprecation note onQueryBuilder.Facet Deprecated. Use Hibernate Search 6's field annotations (GenericField,KeywordField,FullTextField, ...) and enable faceting withinstead.@GenericField(aggregable = Aggregable.YES)Facet Deprecated. See the deprecation note onFacetContext.FacetContext Deprecated. Instead of using Hibernate Search 5 APIs, get aorg.hibernate.search.mapper.orm.session.SearchSessionusingorg.hibernate.search.mapper.orm.Search#session(org.hibernate.Session), create aSearchQuerywithorg.hibernate.search.mapper.orm.session.SearchSession#search(Class), and define your facets (now called aggregations) usingSearchQueryOptionsStep.aggregation(AggregationKey, Function).FacetContinuationContext Deprecated. See the deprecation note onFacetContext.FacetFieldContext Deprecated. See the deprecation note onFacetContext.FacetingRequest Deprecated. See the deprecation note onFacetContext.FacetManager Deprecated. Instead of using Hibernate Search 5 APIs, get aorg.hibernate.search.mapper.orm.session.SearchSessionusingorg.hibernate.search.mapper.orm.Search#session(org.hibernate.Session), create aSearchQuerywithorg.hibernate.search.mapper.orm.session.SearchSession#search(Class), and define your facets (now called aggregations) usingSearchQueryOptionsStep.aggregation(AggregationKey, Function).FacetParameterContext Deprecated. See the deprecation note onFacetContext.FacetRangeAboveBelowContext<T> Deprecated. See the deprecation note onFacetContext.FacetRangeAboveContext<T> Deprecated. See the deprecation note onFacetContext.FacetRangeBelowContinuationContext<T> Deprecated. See the deprecation note onFacetContext.FacetRangeEndContext<T> Deprecated. See the deprecation note onFacetContext.FacetRangeLimitContext<T> Deprecated. See the deprecation note onFacetContext.FacetRangeStartContext<T> Deprecated. See the deprecation note onFacetContext.Facets Deprecated. See the deprecation note onFacet.FacetSortOrder Deprecated. See the deprecation note onFacetContext.FacetTermination Deprecated. See the deprecation note onFacetContext.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.FieldCustomization<T> Deprecated. See the deprecation note onQueryBuilder.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.FuzzyContext Deprecated. See the deprecation note onQueryBuilder.HSQuery Deprecated. This class will be removed without replacement.Index Deprecated. Use Hibernate Search 6's field annotations (GenericField,KeywordField,FullTextField, ...) and enable/disable indexing withinstead.@GenericField(searchable = Searchable.YES)Indexed Deprecated. Use Hibernate Search 6'sIndexedinstead.IndexedEmbedded Deprecated. Use Hibernate Search 6'sIndexedEmbeddedinstead.IndexingMonitor Deprecated. See the deprecation note onMassIndexerProgressMonitor.Latitude Deprecated. Use Hibernate Search 6'sLatitudeinstead.Longitude Deprecated. Use Hibernate Search 6'sLongitudeinstead.MassIndexerProgressMonitor Deprecated. Instead of using Hibernate Search 5 APIs, get aorg.hibernate.search.mapper.orm.session.SearchSessionusingorg.hibernate.search.mapper.orm.Search#session(org.hibernate.Session), create a mass indexer withorg.hibernate.search.mapper.orm.session.SearchSession#massIndexer(Class[]), and implement the interfaceorg.hibernate.search.mapper.orm.massindexing.MassIndexingMonitorin your monitor.MustJunction Deprecated. See the deprecation note onQueryBuilder.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.NumericFields Deprecated. This annotation does not do anything anymore and is not necessary.ObjectLookupMethod Deprecated. Instead of using Hibernate Search 5 APIs, get aorg.hibernate.search.mapper.orm.session.SearchSessionusingorg.hibernate.search.mapper.orm.Search#session(org.hibernate.Session), create aSearchQuerywithorg.hibernate.search.mapper.orm.session.SearchSession#search(Class), and define your loading options usingSearchQueryOptionsStep.loading(Consumer).PhraseContext Deprecated. See the deprecation note onQueryBuilder.PhraseMatchingContext Deprecated. See the deprecation note onQueryBuilder.PhraseTermination Deprecated. See the deprecation note onQueryBuilder.ProjectionConstants Deprecated. Instead of using Hibernate Search 5 APIs, get aorg.hibernate.search.mapper.orm.session.SearchSessionusingorg.hibernate.search.mapper.orm.Search#session(org.hibernate.Session), create aSearchQuerywithorg.hibernate.search.mapper.orm.session.SearchSession#search(Class), and define your projections usingSearchQuerySelectStep.select(Function).QueryBuilder Deprecated. Instead of using Hibernate Search 5 APIs, get aorg.hibernate.search.mapper.orm.session.SearchSessionusingorg.hibernate.search.mapper.orm.Search#session(org.hibernate.Session), create aSearchQuerywithorg.hibernate.search.mapper.orm.session.SearchSession#search(Class), and define your predicates usingSearchQueryWhereStep.where(Function).QueryContextBuilder Deprecated. See the deprecation note onQueryBuilder.QueryCustomization<T> Deprecated. See the deprecation note onQueryBuilder.RangeContext Deprecated. See the deprecation note onQueryBuilder.RangeFacet<T> Deprecated. See the deprecation note onFacetContext.RangeMatchingContext Deprecated. See the deprecation note onQueryBuilder.RangeMatchingContext.FromRangeContext<T> RangeTerminationExcludable Deprecated. See the deprecation note onQueryBuilder.Resolution Deprecated. DateBridge/CalendarBridgeare no longer available in Hibernate Search 6.SearchIntegrator Deprecated. This class will be removed without replacement.SimpleQueryStringContext Deprecated. See the deprecation note onQueryBuilder.SimpleQueryStringDefinitionTermination Deprecated. See the deprecation note onQueryBuilder.SimpleQueryStringMatchingContext Deprecated. See the deprecation note onQueryBuilder.SimpleQueryStringTermination Deprecated. See the deprecation note onQueryBuilder.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 onSortableFieldSortAdditionalSortFieldContext Deprecated. See the deprecation note onSortContext.SortContext Deprecated. Instead of using Hibernate Search 5 APIs, get aorg.hibernate.search.mapper.orm.session.SearchSessionusingorg.hibernate.search.mapper.orm.Search#session(org.hibernate.Session), create aSearchQuerywithorg.hibernate.search.mapper.orm.session.SearchSession#search(Class), and define your sorts usingSearchQueryOptionsStep.sort(Function).SortDistanceFieldAndReferenceContext Deprecated. See the deprecation note onSortContext.SortDistanceFieldContext Deprecated. See the deprecation note onSortContext.SortDistanceNoFieldContext Deprecated. See the deprecation note onSortContext.SortFieldContext Deprecated. See the deprecation note onSortContext.SortLatLongContext Deprecated. See the deprecation note onSortContext.SortMissingValueContext<T> Deprecated. See the deprecation note onSortContext.SortNativeContext Deprecated. See the deprecation note onSortContext.SortOrder<T> Deprecated. See the deprecation note onSortContext.SortOrderTermination Deprecated. See the deprecation note onSortContext.SortScoreContext Deprecated. See the deprecation note onSortContext.SortTermination Deprecated. See the deprecation note onSortContext.Spatial Deprecated. If the latitude/longitude of the element annotated withSpatialare mutable, annotate these properties annotated withLatitude/Longitude, and useGeoPointBindinginstead ofSpatial.SpatialContext Deprecated. See the deprecation note onQueryBuilder.SpatialMatchingContext Deprecated. See the deprecation note onQueryBuilder.Spatials Deprecated. See the deprecation note onSpatial.SpatialTermination Deprecated. See the deprecation note onQueryBuilder.Store Deprecated. Use Hibernate Search 6's field annotations (GenericField,KeywordField,FullTextField, ...) and enable/disable storage withinstead.@GenericField(projectable = Projectable.YES)StringHelper Deprecated. Will be removed without replacement.TermContext Deprecated. See the deprecation note onQueryBuilder.TermFuzzy Deprecated. See the deprecation note onQueryBuilder.Termination<T> Deprecated. See the deprecation note onQueryBuilder.TermMatchingContext Deprecated. See the deprecation note onQueryBuilder.TermTermination Deprecated. See the deprecation note onQueryBuilder.TermVector Deprecated. Use Hibernate Search 6's full-text field annotation (FullTextField) and enable/disable term vectors withinstead.@FullTextField(termVector = TermVector.YES)TupleTransformer Deprecated. This class will be removed without replacement.Unit Deprecated. See the deprecation note onQueryBuilder.V5MigrationSearchScope Deprecated. This class will be removed without replacement.V5MigrationSearchSession<LOS> Deprecated. This class will be removed without replacement.WildcardContext Deprecated. See the deprecation note onQueryBuilder.WithinContext Deprecated. See the deprecation note onQueryBuilder.WithinContext.LongitudeContext