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 TypeInterfaceDescriptioninterfaceIndexCompositeNode<SC extends SearchIndexScope<?>,NT extends AbstractIndexCompositeNodeType<SC, ?>, F extends IndexField<SC, ?>> interfaceIndexObjectField<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 TypeClassDescriptionclassAbstractIndexObjectField<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, ?>> classAbstractIndexRoot<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 TypeClassDescriptionclassAbstractSearchIndexScope<SR,S extends SearchQueryIndexScope<SR, ?>, 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 NAbstractSearchIndexScope.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 TypeClassDescriptionclassAbstractIndexCompositeNodeType<SC extends SearchIndexScope<?>,N extends SearchIndexCompositeNodeContext<SC>> static classAbstractIndexCompositeNodeType.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 TypeClassDescriptionclassAbstractMultiIndexSearchIndexCompositeNodeContext<S extends SearchIndexCompositeNodeContext<SC>,SC extends SearchIndexScope<?>, NT extends SearchIndexCompositeNodeTypeContext<SC, S>, F extends SearchIndexNodeContext<SC>> interfaceSearchIndexCompositeNodeTypeContext<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 TypeClassDescriptionclassAbstractMultiIndexSearchIndexCompositeNodeContext<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)