Interface V5MigrationSearchScope


@Deprecated public interface V5MigrationSearchScope
Deprecated.
This class will be removed without replacement. Use actual API instead.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.search.engine.search.aggregation.dsl.SearchAggregationFactory
    Deprecated.
     
    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.SearchPredicateFactory
    Deprecated.
     
    org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory<?,?>
    Deprecated.
     
    org.hibernate.search.engine.search.sort.dsl.SearchSortFactory
    Deprecated.
     
    Deprecated.
     
  • Method Details

    • targetTypes

      Set<Class<?>> 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.