Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.RegexpPredicateFieldStep
-
-
Uses of RegexpPredicateFieldStep in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl that return RegexpPredicateFieldStep Modifier and Type Method Description RegexpPredicateFieldStep<?>SearchPredicateFactory. regexp()Match documents where targeted fields contain a term that matches a given regular expression. -
Uses of RegexpPredicateFieldStep in org.hibernate.search.engine.search.predicate.dsl.impl
Classes in org.hibernate.search.engine.search.predicate.dsl.impl that implement RegexpPredicateFieldStep Modifier and Type Class Description classRegexpPredicateFieldStepImpl -
Uses of RegexpPredicateFieldStep in org.hibernate.search.engine.search.predicate.dsl.spi
Methods in org.hibernate.search.engine.search.predicate.dsl.spi that return RegexpPredicateFieldStep Modifier and Type Method Description RegexpPredicateFieldStep<?>AbstractSearchPredicateFactory. regexp()
-