Uses of Package
org.hibernate.search.query.dsl.sort
-
Packages that use org.hibernate.search.query.dsl.sort Package Description org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests.org.hibernate.search.query.dsl.sort -
Classes in org.hibernate.search.query.dsl.sort used by org.hibernate.search.query.dsl Class Description 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). -
Classes in org.hibernate.search.query.dsl.sort used by org.hibernate.search.query.dsl.sort Class Description SortAdditionalSortFieldContext Deprecated.See the deprecation note onSortContext.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 Deprecated.See the deprecation note onSortContext.SortNativeContext Deprecated.See the deprecation note onSortContext.SortOrder 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.