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(org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory<R, E> original) -
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 org.hibernate.search.engine.search.projection.dsl.ProjectionFinalStep<P>> projectionContributor)