Uses of Class
org.hibernate.search.engine.search.projection.dsl.spi.SearchProjectionDslContext
Packages that use SearchProjectionDslContext
Package
Description
-
Uses of SearchProjectionDslContext in org.hibernate.search.backend.elasticsearch.search.projection.dsl.impl
Constructors in org.hibernate.search.backend.elasticsearch.search.projection.dsl.impl with parameters of type SearchProjectionDslContextModifierConstructorDescriptionElasticsearchSearchProjectionFactoryImpl(SearchProjectionDslContext<ElasticsearchSearchProjectionIndexScope<?>> dslContext) -
Uses of SearchProjectionDslContext in org.hibernate.search.backend.lucene.search.projection.dsl.impl
Constructors in org.hibernate.search.backend.lucene.search.projection.dsl.impl with parameters of type SearchProjectionDslContextModifierConstructorDescriptionLuceneSearchProjectionFactoryImpl(SearchProjectionDslContext<LuceneSearchProjectionIndexScope<?>> dslContext) -
Uses of SearchProjectionDslContext in org.hibernate.search.engine.search.projection.dsl.impl
Constructors in org.hibernate.search.engine.search.projection.dsl.impl with parameters of type SearchProjectionDslContextModifierConstructorDescriptionCompositeProjectionInnerStepImpl(SearchProjectionDslContext<?> dslContext, SearchProjectionFactory<?, ?> projectionFactory) CompositeProjectionInnerStepImpl(SearchProjectionDslContext<?> dslContext, SearchProjectionFactory<?, ?> projectionFactory, String objectFieldPath) DistanceToFieldProjectionValueStepImpl(SearchProjectionDslContext<?> dslContext, String fieldPath, GeoPoint center) EntityProjectionOptionsStepImpl(SearchProjectionDslContext<?> dslContext, SearchProjectionFactory<?, ?> projectionFactory, Class<E> requestedEntityType) FieldProjectionValueStepImpl(SearchProjectionDslContext<?> dslContext, String fieldPath, Class<T> clazz, ValueModel valueModel) HighlightProjectionOptionsStepImpl(SearchProjectionDslContext<?> dslContext, String fieldPath) IdProjectionOptionsStepImpl(SearchProjectionDslContext<?> dslContext, Class<I> identifierType) ScoreProjectionOptionsStepImpl(SearchProjectionDslContext<?> dslContext) -
Uses of SearchProjectionDslContext in org.hibernate.search.engine.search.projection.dsl.spi
Fields in org.hibernate.search.engine.search.projection.dsl.spi declared as SearchProjectionDslContextModifier and TypeFieldDescriptionprotected final SearchProjectionDslContext<SC>AbstractSearchProjectionFactory.dslContextMethods in org.hibernate.search.engine.search.projection.dsl.spi that return SearchProjectionDslContextModifier and TypeMethodDescriptionstatic <SC extends SearchProjectionIndexScope<?>>
SearchProjectionDslContext<SC>SearchProjectionDslContext.root(SC scope) Constructors in org.hibernate.search.engine.search.projection.dsl.spi with parameters of type SearchProjectionDslContextModifierConstructorDescriptionAbstractSearchProjectionFactory(SearchProjectionDslContext<SC> dslContext)