Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.RegexpPredicateFieldStep
-
Packages that use RegexpPredicateFieldStep Package Description org.hibernate.search.engine.search.predicate.dsl org.hibernate.search.engine.search.predicate.dsl.spi -
-
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.spi
Methods in org.hibernate.search.engine.search.predicate.dsl.spi that return RegexpPredicateFieldStep Modifier and Type Method Description RegexpPredicateFieldStep<?>AbstractSearchPredicateFactory. regexp()
-