Uses of Interface
org.hibernate.search.engine.search.common.spi.SearchIndexCompositeNodeContext
Packages that use SearchIndexCompositeNodeContext
Package
Description
-
Uses of SearchIndexCompositeNodeContext in org.hibernate.search.engine.backend.document.model.spi
Subinterfaces of SearchIndexCompositeNodeContext in org.hibernate.search.engine.backend.document.model.spiModifier and TypeInterfaceDescriptioninterface
IndexCompositeNode<SC extends SearchIndexScope<?>,
NT extends AbstractIndexCompositeNodeType<SC, ?>, F extends IndexField<SC, ?>> interface
IndexObjectField<SC extends SearchIndexScope<?>,
NT extends AbstractIndexCompositeNodeType<SC, ?>, C extends IndexCompositeNode<SC, NT, F>, F extends IndexField<SC, ?>> Classes in org.hibernate.search.engine.backend.document.model.spi that implement SearchIndexCompositeNodeContextModifier and TypeClassDescriptionclass
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, ?>> -
Uses of SearchIndexCompositeNodeContext in org.hibernate.search.engine.backend.scope.spi
Classes in org.hibernate.search.engine.backend.scope.spi with type parameters of type SearchIndexCompositeNodeContextModifier and TypeClassDescriptionclass
AbstractSearchIndexScope<S extends SearchQueryIndexScope<?>,
M extends AbstractIndexModel<?, ? extends C, ? extends N>, N extends SearchIndexNodeContext<? super S>, C extends SearchIndexCompositeNodeContext<? super S>> Methods in org.hibernate.search.engine.backend.scope.spi with parameters of type SearchIndexCompositeNodeContextModifier and TypeMethodDescriptionfinal N
AbstractSearchIndexScope.child
(SearchIndexCompositeNodeContext<?> parent, String name) -
Uses of SearchIndexCompositeNodeContext in org.hibernate.search.engine.backend.types.spi
Classes in org.hibernate.search.engine.backend.types.spi with type parameters of type SearchIndexCompositeNodeContextModifier and TypeClassDescriptionclass
AbstractIndexCompositeNodeType<SC extends SearchIndexScope<?>,
N extends SearchIndexCompositeNodeContext<SC>> static class
AbstractIndexCompositeNodeType.Builder<SC extends SearchIndexScope<?>,
N extends SearchIndexCompositeNodeContext<SC>> -
Uses of SearchIndexCompositeNodeContext in org.hibernate.search.engine.search.common.spi
Classes in org.hibernate.search.engine.search.common.spi with type parameters of type SearchIndexCompositeNodeContextModifier and TypeClassDescriptionclass
AbstractMultiIndexSearchIndexCompositeNodeContext<S extends SearchIndexCompositeNodeContext<SC>,
SC extends SearchIndexScope<?>, NT extends SearchIndexCompositeNodeTypeContext<SC, S>, F extends SearchIndexNodeContext<SC>> interface
SearchIndexCompositeNodeTypeContext<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, ...Classes in org.hibernate.search.engine.search.common.spi that implement SearchIndexCompositeNodeContextModifier and TypeClassDescriptionclass
AbstractMultiIndexSearchIndexCompositeNodeContext<S extends SearchIndexCompositeNodeContext<SC>,
SC extends SearchIndexScope<?>, NT extends SearchIndexCompositeNodeTypeContext<SC, S>, F extends SearchIndexNodeContext<SC>> Methods in org.hibernate.search.engine.search.common.spi with type parameters of type SearchIndexCompositeNodeContextModifier and TypeMethodDescriptionstatic <T extends SearchIndexCompositeNodeContext<?>>
TSearchIndexSchemaElementContextHelper.throwingToComposite
(SearchIndexNodeContext<?> element) static <T extends SearchIndexCompositeNodeContext<?>>
TSearchIndexSchemaElementContextHelper.throwingToObjectField
(SearchIndexNodeContext<?> element) Methods in org.hibernate.search.engine.search.common.spi that return SearchIndexCompositeNodeContextModifier and TypeMethodDescriptionAbstractMultiIndexSearchIndexValueFieldContext.toComposite()
SearchIndexNodeContext.toComposite()
AbstractMultiIndexSearchIndexValueFieldContext.toObjectField()
SearchIndexNodeContext.toObjectField()
Methods in org.hibernate.search.engine.search.common.spi with parameters of type SearchIndexCompositeNodeContextModifier and TypeMethodDescriptionSearchIndexScope.child
(SearchIndexCompositeNodeContext<?> parent, String name)