Uses of Interface
org.hibernate.search.engine.search.common.spi.SearchIndexNodeTypeContext
Packages that use SearchIndexNodeTypeContext
Package
Description
-
Uses of SearchIndexNodeTypeContext in org.hibernate.search.engine.backend.document.model.spi
Classes in org.hibernate.search.engine.backend.document.model.spi with type parameters of type SearchIndexNodeTypeContextModifier and TypeClassDescriptionclassAbstractIndexNode<S extends AbstractIndexNode<S,SC, ?>, SC extends SearchIndexScope<?>, NT extends SearchIndexNodeTypeContext<SC, ? super S>> Fields in org.hibernate.search.engine.backend.document.model.spi declared as SearchIndexNodeTypeContext -
Uses of SearchIndexNodeTypeContext in org.hibernate.search.engine.backend.types.spi
Classes in org.hibernate.search.engine.backend.types.spi that implement SearchIndexNodeTypeContextModifier and TypeClassDescriptionclassAbstractIndexCompositeNodeType<SC extends SearchIndexScope<?>,N extends SearchIndexCompositeNodeContext<SC>> classAbstractIndexNodeType<SC extends SearchIndexScope<?>,N extends SearchIndexNodeContext<SC>> classAbstractIndexValueFieldType<SC extends SearchIndexScope<?>,N extends SearchIndexValueFieldContext<SC>, F> -
Uses of SearchIndexNodeTypeContext in org.hibernate.search.engine.search.common.spi
Classes in org.hibernate.search.engine.search.common.spi with type parameters of type SearchIndexNodeTypeContextModifier and TypeClassDescriptionclassAbstractMultiIndexSearchIndexNodeContext<S extends SearchIndexNodeContext<SC>,SC extends SearchIndexScope<?>, NT extends SearchIndexNodeTypeContext<SC, S>> Subinterfaces of SearchIndexNodeTypeContext in org.hibernate.search.engine.search.common.spiModifier and TypeInterfaceDescriptioninterfaceSearchIndexCompositeNodeTypeContext<SC extends SearchIndexScope<?>,N extends SearchIndexCompositeNodeContext<SC>> Information about the type of a composite (non-value) index element targeted by search, be it in a projection, a predicate, a sort, ...interfaceSearchIndexValueFieldTypeContext<SC extends SearchIndexScope<?>,N, F> Information about the type of 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 SearchIndexNodeTypeContextModifier and TypeClassDescriptionclassAbstractMultiIndexSearchIndexCompositeNodeContext<S extends SearchIndexCompositeNodeContext<SC>,SC extends SearchIndexScope<?>, NT extends SearchIndexCompositeNodeTypeContext<SC, S>, F extends SearchIndexNodeContext<SC>> classAbstractMultiIndexSearchIndexNodeContext<S extends SearchIndexNodeContext<SC>,SC extends SearchIndexScope<?>, NT extends SearchIndexNodeTypeContext<SC, S>> classAbstractMultiIndexSearchIndexValueFieldContext<S extends SearchIndexValueFieldContext<SC>,SC extends SearchIndexScope<?>, FT extends SearchIndexValueFieldTypeContext<SC, S, F>, F>