Uses of Package
org.hibernate.search.query.dsl
-
Packages that use org.hibernate.search.query.dsl Package Description org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests.org.hibernate.search.spi -
Classes in org.hibernate.search.query.dsl used by org.hibernate.search.query.dsl Class Description AllContext Deprecated.See the deprecation note onQueryBuilder.BooleanJunction Deprecated.See the deprecation note onQueryBuilder.DiscreteFacetContext Deprecated.See the deprecation note onQueryBuilder.EntityContext Deprecated.See the deprecation note onQueryBuilder.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.FacetParameterContext Deprecated.See the deprecation note onFacetContext.FacetRangeAboveBelowContext Deprecated.See the deprecation note onFacetContext.FacetRangeAboveContext Deprecated.See the deprecation note onFacetContext.FacetRangeBelowContinuationContext Deprecated.See the deprecation note onFacetContext.FacetRangeEndContext Deprecated.See the deprecation note onFacetContext.FacetRangeLimitContext Deprecated.See the deprecation note onFacetContext.FacetRangeStartContext Deprecated.See the deprecation note onFacetContext.FacetTermination Deprecated.See the deprecation note onFacetContext.FieldCustomization Deprecated.See the deprecation note onQueryBuilder.FuzzyContext Deprecated.See the deprecation note onQueryBuilder.MustJunction Deprecated.See the deprecation note onQueryBuilder.PhraseContext Deprecated.See the deprecation note onQueryBuilder.PhraseMatchingContext Deprecated.See the deprecation note onQueryBuilder.PhraseTermination Deprecated.See the deprecation note onQueryBuilder.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).QueryCustomization Deprecated.See the deprecation note onQueryBuilder.RangeContext Deprecated.See the deprecation note onQueryBuilder.RangeMatchingContext Deprecated.See the deprecation note onQueryBuilder.RangeMatchingContext.FromRangeContext Deprecated.RangeTerminationExcludable Deprecated.See the deprecation note onQueryBuilder.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.SpatialContext Deprecated.See the deprecation note onQueryBuilder.SpatialMatchingContext Deprecated.See the deprecation note onQueryBuilder.SpatialTermination Deprecated.See the deprecation note onQueryBuilder.TermContext Deprecated.See the deprecation note onQueryBuilder.TermFuzzy Deprecated.See the deprecation note onQueryBuilder.Termination Deprecated.See the deprecation note onQueryBuilder.TermMatchingContext Deprecated.See the deprecation note onQueryBuilder.TermTermination Deprecated.See the deprecation note onQueryBuilder.Unit Deprecated.See the deprecation note onQueryBuilder.WildcardContext Deprecated.See the deprecation note onQueryBuilder.WithinContext Deprecated.See the deprecation note onQueryBuilder.WithinContext.LongitudeContext Deprecated. -
Classes in org.hibernate.search.query.dsl used by org.hibernate.search.spi Class Description QueryContextBuilder Deprecated.See the deprecation note onQueryBuilder.