Uses of Interface
org.hibernate.search.util.common.reporting.spi.EventContextProvider
Packages that use EventContextProvider
Package
Description
-
Uses of EventContextProvider in org.hibernate.search.engine.backend.document.model.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.backend.document.model.spiModifier and TypeInterfaceDescriptioninterface
IndexCompositeNode<SC extends SearchIndexScope<?>,
NT extends AbstractIndexCompositeNodeType<SC, ?>, F extends IndexField<SC, ?>> interface
IndexField<SC extends SearchIndexScope<?>,
C extends IndexCompositeNode<SC, ?, ?>> interface
IndexNode<SC extends SearchIndexScope<?>>
interface
IndexObjectField<SC extends SearchIndexScope<?>,
NT extends AbstractIndexCompositeNodeType<SC, ?>, C extends IndexCompositeNode<SC, NT, F>, F extends IndexField<SC, ?>> interface
IndexValueField<SC extends SearchIndexScope<?>,
NT extends AbstractIndexValueFieldType<SC, ?, ?>, C extends IndexCompositeNode<SC, ?, ?>> Classes in org.hibernate.search.engine.backend.document.model.spi that implement EventContextProviderModifier and TypeClassDescriptionclass
AbstractIndexField<S extends AbstractIndexField<S,
SC, ?, C>, SC extends SearchIndexScope<?>, NT extends AbstractIndexNodeType<SC, ? super S>, C extends IndexCompositeNode<SC, ?, ?>> class
AbstractIndexModel<S extends AbstractIndexModel<?,
R, F>, R extends IndexCompositeNode<?, ?, ?>, F extends IndexField<?, ?>> class
AbstractIndexNode<S extends AbstractIndexNode<S,
SC, ?>, SC extends SearchIndexScope<?>, NT extends SearchIndexNodeTypeContext<SC, ? super S>> class
AbstractIndexObjectField<S extends AbstractIndexObjectField<S,
SC, NT, C, F>, SC extends SearchIndexScope<?>, NT extends AbstractIndexCompositeNodeType<SC, ? super S>, C extends IndexCompositeNode<SC, NT, F>, F extends IndexField<SC, ?>> class
AbstractIndexRoot<S extends AbstractIndexRoot<S,
SC, NT, F>, SC extends SearchIndexScope<?>, NT extends AbstractIndexCompositeNodeType<SC, ? super S>, F extends IndexField<SC, ?>> class
AbstractIndexValueField<S extends AbstractIndexValueField<S,
SC, FT, C, F>, SC extends SearchIndexScope<?>, FT extends AbstractIndexValueFieldType<SC, ? super S, F>, C extends IndexCompositeNode<SC, ?, ?>, F> final class
-
Uses of EventContextProvider in org.hibernate.search.engine.backend.scope.spi
Classes in org.hibernate.search.engine.backend.scope.spi that implement EventContextProviderModifier and TypeClassDescriptionclass
AbstractSearchIndexScope<S extends SearchQueryIndexScope<?>,
M extends AbstractIndexModel<?, ? extends C, ? extends N>, N extends SearchIndexNodeContext<? super S>, C extends SearchIndexCompositeNodeContext<? super S>> -
Uses of EventContextProvider in org.hibernate.search.engine.backend.types.converter.spi
Methods in org.hibernate.search.engine.backend.types.converter.spi with parameters of type EventContextProviderModifier and TypeMethodDescription<T> ProjectionConverter<F,
? extends T> ProjectionConverter.withConvertedType
(Class<T> expectedType, EventContextProvider eventContextProvider) Check whether projected values can be assigned to the given type, and returns the projection converter with an appropriate type.<T> DslConverter<? super T,
F> DslConverter.withInputType
(Class<T> inputTypeCandidate, EventContextProvider eventContextProvider) Check whether DSL arguments values can have the given type, and returns the DSL converter with an appropriate type. -
Uses of EventContextProvider in org.hibernate.search.engine.mapper.model.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.mapper.model.spiModifier and TypeInterfaceDescriptioninterface
A unique representation of an element in the mapping. -
Uses of EventContextProvider in org.hibernate.search.engine.reporting.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.reporting.spiModifier and TypeInterfaceDescriptioninterface
A failure collector with an implicit context. -
Uses of EventContextProvider in org.hibernate.search.engine.search.aggregation.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.search.aggregation.spiModifier and TypeInterfaceDescriptioninterface
SearchAggregationIndexScope<S extends SearchAggregationIndexScope<?>>
-
Uses of EventContextProvider in org.hibernate.search.engine.search.common.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.search.common.spiModifier and TypeInterfaceDescriptioninterface
SearchIndexCompositeNodeContext<SC extends SearchIndexScope<?>>
Information about a composite index element targeted by search; either the index root or an object field.interface
Information about an identifier targeted by search.interface
SearchIndexNodeContext<SC extends SearchIndexScope<?>>
Information about an index node targeted by search, be it the index root, a value field or an object field.interface
SearchIndexScope<S extends SearchIndexScope<?>>
Information about indexes targeted by search, be it in a projection, a predicate, a sort, ...interface
SearchIndexValueFieldContext<SC extends SearchIndexScope<?>>
Information about a value (non-object) field targeted by search, be it in a projection, a predicate, a sort, ...Classes in org.hibernate.search.engine.search.common.spi that implement EventContextProviderModifier and TypeClassDescriptionclass
AbstractMultiIndexSearchIndexCompositeNodeContext<S extends SearchIndexCompositeNodeContext<SC>,
SC extends SearchIndexScope<?>, NT extends SearchIndexCompositeNodeTypeContext<SC, S>, F extends SearchIndexNodeContext<SC>> class
AbstractMultiIndexSearchIndexNodeContext<S extends SearchIndexNodeContext<SC>,
SC extends SearchIndexScope<?>, NT extends SearchIndexNodeTypeContext<SC, S>> class
AbstractMultiIndexSearchIndexValueFieldContext<S extends SearchIndexValueFieldContext<SC>,
SC extends SearchIndexScope<?>, FT extends SearchIndexValueFieldTypeContext<SC, S, F>, F> class
-
Uses of EventContextProvider in org.hibernate.search.engine.search.predicate.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.search.predicate.spiModifier and TypeInterfaceDescriptioninterface
SearchPredicateIndexScope<S extends SearchPredicateIndexScope<?>>
-
Uses of EventContextProvider in org.hibernate.search.engine.search.projection.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.search.projection.spiModifier and TypeInterfaceDescriptioninterface
SearchProjectionIndexScope<S extends SearchProjectionIndexScope<?>>
-
Uses of EventContextProvider in org.hibernate.search.engine.search.query.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.search.query.spiModifier and TypeInterfaceDescriptioninterface
SearchQueryIndexScope<S extends SearchQueryIndexScope<?>>
-
Uses of EventContextProvider in org.hibernate.search.engine.search.sort.spi
Subinterfaces of EventContextProvider in org.hibernate.search.engine.search.sort.spiModifier and TypeInterfaceDescriptioninterface
SearchSortIndexScope<S extends SearchSortIndexScope<?>>