Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactoryExtension
-
-
Uses of SearchPredicateFactoryExtension in org.hibernate.search.backend.elasticsearch
Classes in org.hibernate.search.backend.elasticsearch that implement SearchPredicateFactoryExtension Modifier and Type Class Description classElasticsearchExtension<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 SearchPredicateFactoryExtension Modifier and Type Class Description classLuceneExtension<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 SearchPredicateFactoryExtension Modifier and Type Method Description <T> TSearchPredicateFactory. extension(SearchPredicateFactoryExtension<T> extension)Extend the current factory with the given extension, resulting in an extended factory offering different types of predicates.<T> SearchPredicateFactoryExtensionIfSupportedMoreStepSearchPredicateFactoryExtensionIfSupportedStep. 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.impl
Methods in org.hibernate.search.engine.search.predicate.dsl.impl with parameters of type SearchPredicateFactoryExtension Modifier and Type Method Description <T> SearchPredicateFactoryExtensionIfSupportedMoreStepSearchPredicateFactoryExtensionStep. ifSupported(SearchPredicateFactoryExtension<T> extension, Function<T,? extends PredicateFinalStep> predicateContributor) -
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 SearchPredicateFactoryExtension Modifier and Type Method Description <T> TAbstractSearchPredicateFactory. extension(SearchPredicateFactoryExtension<T> extension)
-