Package org.hibernate.search.query.engine.spi
-
Interface Summary Interface Description 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).HSQuery Deprecated. This class will be removed without replacement.TupleTransformer Deprecated. This class will be removed without replacement.V5MigrationSearchSession<LOS> Deprecated. This class will be removed without replacement.