Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.MatchAllPredicateOptionsStep
-
Packages that use MatchAllPredicateOptionsStep Package Description org.hibernate.search.engine.search.predicate.dsl org.hibernate.search.engine.search.predicate.dsl.spi -
-
Uses of MatchAllPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type MatchAllPredicateOptionsStep Modifier and Type Interface Description interface
MatchAllPredicateOptionsStep<S extends MatchAllPredicateOptionsStep<?>>
The initial and final step in "match all" predicate definition, where optional parameters can be set.Methods in org.hibernate.search.engine.search.predicate.dsl that return MatchAllPredicateOptionsStep Modifier and Type Method Description MatchAllPredicateOptionsStep<?>
SearchPredicateFactory. matchAll()
Match all documents. -
Uses of MatchAllPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl.spi
Methods in org.hibernate.search.engine.search.predicate.dsl.spi that return MatchAllPredicateOptionsStep Modifier and Type Method Description MatchAllPredicateOptionsStep<?>
DelegatingSearchPredicateFactory. matchAll()
-