See the methods in {{org.hibernate.search. v6poc engine .search.dsl.predicate. MatchPredicateContext SearchPredicateFactoryContext }} : they are the new starting point for creating predicates , and they should return objects that offer at least as many options as what we had in Search 5. You can compare these entry points and the returned interfaces to the entry points exposed in Search 5 in {{org.hibernate.search. v6poc query . search. dsl. predicate QueryBuilder}} . SearchPredicateContext Note that {{all }} was renamed to {{matchAll}}, {{keyword}} was renamed to {{match}}, and methods that don't have a matching counterpart in particular Search 6 yet should be ignored (they will be handled in HSEARCH-3089) . Range Match, range and bool predicates in particular might be missing some options too . |
|