Uses of Interface
org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
Packages that use SearchProjectionFactory
Package
Description
-
Uses of SearchProjectionFactory in org.hibernate.search.backend.elasticsearch
Methods in org.hibernate.search.backend.elasticsearch with parameters of type SearchProjectionFactoryModifier and TypeMethodDescriptionElasticsearchExtension.extendOptional(SearchProjectionFactory<R, E> original) Attempt to extend a given factory, returning an emptyOptionalin case of failure. -
Uses of SearchProjectionFactory in org.hibernate.search.backend.elasticsearch.search.projection.dsl
Subinterfaces of SearchProjectionFactory in org.hibernate.search.backend.elasticsearch.search.projection.dslModifier and TypeInterfaceDescriptioninterfaceA factory for search projections with some Elasticsearch-specific methods. -
Uses of SearchProjectionFactory in org.hibernate.search.backend.lucene
Methods in org.hibernate.search.backend.lucene with parameters of type SearchProjectionFactoryModifier and TypeMethodDescriptionLuceneExtension.extendOptional(SearchProjectionFactory<R, E> original) Attempt to extend a given factory, returning an emptyOptionalin case of failure. -
Uses of SearchProjectionFactory in org.hibernate.search.backend.lucene.search.projection.dsl
Subinterfaces of SearchProjectionFactory in org.hibernate.search.backend.lucene.search.projection.dslModifier and TypeInterfaceDescriptioninterfaceLuceneSearchProjectionFactory<SR,R, E> A factory for search projections with some Lucene-specific methods. -
Uses of SearchProjectionFactory in org.hibernate.search.engine.search.projection.definition
Methods in org.hibernate.search.engine.search.projection.definition that return SearchProjectionFactoryMethods in org.hibernate.search.engine.search.projection.definition with parameters of type SearchProjectionFactoryModifier and TypeMethodDescriptiondefault SearchProjection<? extends P> ProjectionDefinition.create(SearchProjectionFactory<?, ?> factory, ProjectionDefinitionContext context) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SearchProjectionFactory in org.hibernate.search.engine.search.projection.definition.spi
Methods in org.hibernate.search.engine.search.projection.definition.spi with parameters of type SearchProjectionFactoryModifier and TypeMethodDescriptiondefault SearchProjection<? extends T> CompositeProjectionDefinition.create(SearchProjectionFactory<?, ?> factory, ProjectionDefinitionContext context) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SearchProjectionFactory in org.hibernate.search.engine.search.projection.dsl
Subinterfaces of SearchProjectionFactory in org.hibernate.search.engine.search.projection.dslModifier and TypeInterfaceDescriptioninterfaceExtendedSearchProjectionFactory<SR,S extends ExtendedSearchProjectionFactory<SR, ?, R, E>, R, E> A base interface for subtypes ofTypedSearchProjectionFactoryallowing to easily override the self type for all relevant methods.interfaceTypedSearchProjectionFactory<SR,R, E> A factory for search projections.Methods in org.hibernate.search.engine.search.projection.dsl that return SearchProjectionFactoryModifier and TypeMethodDescriptionCreate a new projection factory whose root for all paths passed to the DSL will be the given object field.Methods in org.hibernate.search.engine.search.projection.dsl with parameters of type SearchProjectionFactoryModifier and TypeMethodDescriptionSearchProjectionFactoryExtension.extendOptional(SearchProjectionFactory<R, E> original) Attempt to extend a given factory, returning an emptyOptionalin case of failure. -
Uses of SearchProjectionFactory in org.hibernate.search.engine.search.projection.dsl.spi
Classes in org.hibernate.search.engine.search.projection.dsl.spi that implement SearchProjectionFactoryModifier and TypeClassDescriptionclassAbstractSearchProjectionFactory<SR,S extends ExtendedSearchProjectionFactory<SR, S, R, E>, SC extends SearchProjectionIndexScope<?>, R, E> -
Uses of SearchProjectionFactory in org.hibernate.search.mapper.orm.scope
Methods in org.hibernate.search.mapper.orm.scope that return SearchProjectionFactoryModifier and TypeMethodDescriptionSearchScope.projection()Initiate the building of a search projection that will be valid for the indexes in this scope. -
Uses of SearchProjectionFactory in org.hibernate.search.mapper.pojo.standalone.scope
Methods in org.hibernate.search.mapper.pojo.standalone.scope that return SearchProjectionFactoryModifier and TypeMethodDescriptionSearchScope.projection()Initiate the building of a search projection that will be valid for the indexes in this scope.
ProjectionDefinition.create(ProjectionDefinitionContext)andProjectionDefinitionContext.projection()instead.