Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactoryExtension
Packages that use SearchPredicateFactoryExtension
Package
Description
-
Uses of SearchPredicateFactoryExtension in org.hibernate.search.backend.elasticsearch
Classes in org.hibernate.search.backend.elasticsearch that implement SearchPredicateFactoryExtensionModifier and TypeClassDescriptionfinal class
ElasticsearchExtension<H,
R, E, LOS> An extension for the Elasticsearch backend, giving access to Elasticsearch-specific features. -
Uses of SearchPredicateFactoryExtension in org.hibernate.search.backend.lucene
Classes in org.hibernate.search.backend.lucene that implement SearchPredicateFactoryExtensionModifier and TypeClassDescriptionfinal class
LuceneExtension<H,
R, E, LOS> An extension for the Lucene backend, giving access to Lucene-specific features. -
Uses of SearchPredicateFactoryExtension in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type SearchPredicateFactoryExtensionModifier and TypeMethodDescription<T> T
SearchPredicateFactory.extension
(SearchPredicateFactoryExtension<T> extension) Extend the current factory with the given extension, resulting in an extended factory offering different types of predicates.SearchPredicateFactoryExtensionIfSupportedStep.ifSupported
(SearchPredicateFactoryExtension<T> extension, Function<T, ? extends PredicateFinalStep> predicateContributor) If the given extension is supported, and none of the previous extensions passed toSearchPredicateFactoryExtensionIfSupportedStep.ifSupported(SearchPredicateFactoryExtension, Function)
was supported, extend the current factory with this extension, apply the given function to the extended factory, and store the resulting predicate for later retrieval. -
Uses of SearchPredicateFactoryExtension in org.hibernate.search.engine.search.predicate.dsl.spi
Methods in org.hibernate.search.engine.search.predicate.dsl.spi with parameters of type SearchPredicateFactoryExtensionModifier and TypeMethodDescription<T> T
AbstractSearchPredicateFactory.extension
(SearchPredicateFactoryExtension<T> extension)