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