Uses of Interface
org.hibernate.search.engine.search.predicate.spi.PrefixPredicateBuilder
Packages that use PrefixPredicateBuilder
Package
Description
-
Uses of PrefixPredicateBuilder in org.hibernate.search.backend.elasticsearch.types.predicate.impl
Methods in org.hibernate.search.backend.elasticsearch.types.predicate.impl that return PrefixPredicateBuilderModifier and TypeMethodDescriptionElasticsearchTextPrefixPredicate.Factory.create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<String> field) -
Uses of PrefixPredicateBuilder in org.hibernate.search.backend.lucene.types.predicate.impl
Methods in org.hibernate.search.backend.lucene.types.predicate.impl that return PrefixPredicateBuilderModifier and TypeMethodDescriptionLuceneTextPrefixPredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) -
Uses of PrefixPredicateBuilder in org.hibernate.search.engine.search.predicate.spi
Fields in org.hibernate.search.engine.search.predicate.spi with type parameters of type PrefixPredicateBuilderModifier and TypeFieldDescriptionstatic final SearchQueryElementTypeKey<PrefixPredicateBuilder>PredicateTypeKeys.PREFIX