Class SearchSortDslContext<SR,SC extends SearchSortIndexScope<?>,PDF extends SearchPredicateFactory<SR>>

java.lang.Object
org.hibernate.search.engine.search.sort.dsl.spi.SearchSortDslContext<SR,SC,PDF>
Type Parameters:
SR - Scope root type.
SC - The type of the backend-specific search scope.
PDF - The type of factory used to create predicates in SortFilterStep.filter(Function).

public final class SearchSortDslContext<SR,SC extends SearchSortIndexScope<?>,PDF extends SearchPredicateFactory<SR>> extends Object
Represents the current context in the search DSL, including in particular the search scope, the sort builder factory and the knowledge of previous sorts chained using SortThenStep.then().
  • Method Details