Package org.hibernate.search.scope.spi
Interface V5MigrationSearchScope
Deprecated.
This class will be removed without replacement. Use actual API instead.
-
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.search.engine.search.aggregation.dsl.SearchAggregationFactoryDeprecated.org.hibernate.search.engine.search.projection.SearchProjection<Object>Deprecated.Set<org.hibernate.search.engine.backend.index.IndexManager>Deprecated.org.hibernate.search.engine.search.projection.SearchProjection<? extends Class<?>>Deprecated.org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactoryDeprecated.org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory<?,?> Deprecated.org.hibernate.search.engine.search.sort.dsl.SearchSortFactorysort()Deprecated.Deprecated.
-
Method Details
-
targetTypes
Deprecated. -
indexManagers
Set<org.hibernate.search.engine.backend.index.IndexManager> indexManagers()Deprecated. -
predicate
org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactory predicate()Deprecated. -
sort
org.hibernate.search.engine.search.sort.dsl.SearchSortFactory sort()Deprecated. -
projection
org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory<?,?> projection()Deprecated. -
idProjection
org.hibernate.search.engine.search.projection.SearchProjection<Object> idProjection()Deprecated. -
objectClassProjection
org.hibernate.search.engine.search.projection.SearchProjection<? extends Class<?>> objectClassProjection()Deprecated. -
aggregation
org.hibernate.search.engine.search.aggregation.dsl.SearchAggregationFactory aggregation()Deprecated.
-