Class SearchPredicateDslContext<SC extends SearchPredicateIndexScope<?>>

java.lang.Object
org.hibernate.search.engine.search.predicate.dsl.spi.SearchPredicateDslContext<SC>
Type Parameters:
SC - The type of the backend-specific search scope.

public final class SearchPredicateDslContext<SC extends SearchPredicateIndexScope<?>> extends Object
Represents the current context in the search DSL, including in particular the search scope and the predicate builder factory.
  • Method Details