Interface V5MigrationSearchSession<LOS>

Type Parameters:
LOS - The type of the initial step of the loading options definition DSL accessible through SearchQueryOptionsStep.loading(Consumer).

@Deprecated public interface V5MigrationSearchSession<LOS>
Deprecated.
This class will be removed without replacement. Use actual API instead.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep<?,?,?,LOS,?,?>
    Deprecated.
     
  • Method Details

    • search

      org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep<?,?,?,LOS,?,?> search(V5MigrationSearchScope scope)
      Deprecated.