Uses of Interface
org.hibernate.search.engine.search.predicate.spi.RegexpPredicateBuilder
-
Packages that use RegexpPredicateBuilder Package Description org.hibernate.search.backend.elasticsearch.types.predicate.impl org.hibernate.search.engine.search.predicate.spi -
-
Uses of RegexpPredicateBuilder in org.hibernate.search.backend.elasticsearch.types.predicate.impl
Methods in org.hibernate.search.backend.elasticsearch.types.predicate.impl that return RegexpPredicateBuilder Modifier and Type Method Description RegexpPredicateBuilderElasticsearchTextRegexpPredicate.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<String> field) -
Uses of RegexpPredicateBuilder in org.hibernate.search.engine.search.predicate.spi
Fields in org.hibernate.search.engine.search.predicate.spi with type parameters of type RegexpPredicateBuilder Modifier and Type Field Description static SearchQueryElementTypeKey<RegexpPredicateBuilder>PredicateTypeKeys. REGEXP
-