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 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 SearchPredicateFactoryExtension Modifier and Type Class Description 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.aggregation.dsl.spi
Methods in org.hibernate.search.engine.search.aggregation.dsl.spi with parameters of type SearchPredicateFactoryExtension Modifier and Type Method Description <PDF2 extends SearchPredicateFactory>
SearchAggregationDslContext<F,PDF2>SearchAggregationDslContext. withExtendedPredicateFactory(SearchPredicateFactoryExtension<PDF2> extension)
-
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> T
SearchPredicateFactory. extension(SearchPredicateFactoryExtension<T> extension)
Extend the current factory with the given extension, resulting in an extended factory offering different types of predicates.<T> SearchPredicateFactoryExtensionIfSupportedMoreStep
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 SearchPredicateFactoryExtension Modifier and Type Method Description <T> T
DelegatingSearchPredicateFactory. extension(SearchPredicateFactoryExtension<T> extension)
-
Uses of SearchPredicateFactoryExtension in org.hibernate.search.engine.search.sort.dsl.spi
Methods in org.hibernate.search.engine.search.sort.dsl.spi with parameters of type SearchPredicateFactoryExtension Modifier and Type Method Description <PDF2 extends SearchPredicateFactory>
SearchSortDslContext<F,PDF2>SearchSortDslContext. withExtendedPredicateFactory(SearchPredicateFactoryExtension<PDF2> extension)
-