Uses of Interface
org.hibernate.search.backend.elasticsearch.search.projection.dsl.ElasticsearchSearchProjectionFactory
Packages that use ElasticsearchSearchProjectionFactory
Package
Description
-
Uses of ElasticsearchSearchProjectionFactory in org.hibernate.search.backend.elasticsearch
Methods in org.hibernate.search.backend.elasticsearch that return types with arguments of type ElasticsearchSearchProjectionFactoryModifier and TypeMethodDescriptionElasticsearchExtension.extendOptional
(SearchProjectionFactory<R, E> original) Attempt to extend a given factory, returning an emptyOptional
in case of failure. -
Uses of ElasticsearchSearchProjectionFactory in org.hibernate.search.backend.elasticsearch.search.query.dsl
Method parameters in org.hibernate.search.backend.elasticsearch.search.query.dsl with type arguments of type ElasticsearchSearchProjectionFactoryModifier and TypeMethodDescriptionElasticsearchSearchQuerySelectStep.select
(Function<? super ElasticsearchSearchProjectionFactory<R, E>, ? extends ProjectionFinalStep<P>> projectionContributor)