Uses of Interface
org.hibernate.search.engine.search.common.spi.SearchIndexNodeContext
Packages that use SearchIndexNodeContext
Package
Description
-
Uses of SearchIndexNodeContext in org.hibernate.search.engine.backend.document.model.spi
Subinterfaces of SearchIndexNodeContext in org.hibernate.search.engine.backend.document.model.spiModifier and TypeInterfaceDescriptioninterfaceIndexCompositeNode<SC extends SearchIndexScope<?>,NT extends AbstractIndexCompositeNodeType<SC, ?>, F extends IndexField<SC, ?>> interfaceIndexField<SC extends SearchIndexScope<?>,C extends IndexCompositeNode<SC, ?, ?>> interfaceIndexNode<SC extends SearchIndexScope<?>>interfaceIndexObjectField<SC extends SearchIndexScope<?>,NT extends AbstractIndexCompositeNodeType<SC, ?>, C extends IndexCompositeNode<SC, NT, F>, F extends IndexField<SC, ?>> interfaceIndexValueField<SC extends SearchIndexScope<?>,NT extends AbstractIndexValueFieldType<SC, ?, ?>, C extends IndexCompositeNode<SC, ?, ?>> Classes in org.hibernate.search.engine.backend.document.model.spi that implement SearchIndexNodeContextModifier and TypeClassDescriptionclassAbstractIndexField<S extends AbstractIndexField<S,SC, ?, C>, SC extends SearchIndexScope<?>, NT extends AbstractIndexNodeType<SC, ? super S>, C extends IndexCompositeNode<SC, ?, ?>> classAbstractIndexNode<S extends AbstractIndexNode<S,SC, ?>, SC extends SearchIndexScope<?>, NT extends SearchIndexNodeTypeContext<SC, ? super S>> classAbstractIndexObjectField<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, ?>> classAbstractIndexValueField<S extends AbstractIndexValueField<S,SC, FT, C, F>, SC extends SearchIndexScope<?>, FT extends AbstractIndexValueFieldType<SC, ? super S, F>, C extends IndexCompositeNode<SC, ?, ?>, F> -
Uses of SearchIndexNodeContext in org.hibernate.search.engine.backend.scope.spi
Classes in org.hibernate.search.engine.backend.scope.spi with type parameters of type SearchIndexNodeContextModifier and TypeClassDescriptionclassAbstractSearchIndexScope<SR,S extends SearchQueryIndexScope<SR, ?>, M extends AbstractIndexModel<?, ? extends C, ? extends N>, N extends SearchIndexNodeContext<? super S>, C extends SearchIndexCompositeNodeContext<? super S>> -
Uses of SearchIndexNodeContext in org.hibernate.search.engine.backend.types.spi
Classes in org.hibernate.search.engine.backend.types.spi with type parameters of type SearchIndexNodeContextModifier and TypeClassDescriptionclassAbstractIndexNodeType<SC extends SearchIndexScope<?>,N extends SearchIndexNodeContext<SC>> static classAbstractIndexNodeType.Builder<SC extends SearchIndexScope<?>,N extends SearchIndexNodeContext<SC>> -
Uses of SearchIndexNodeContext in org.hibernate.search.engine.search.common.spi
Classes in org.hibernate.search.engine.search.common.spi with type parameters of type SearchIndexNodeContextModifier 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>> Subinterfaces of SearchIndexNodeContext in org.hibernate.search.engine.search.common.spiModifier and TypeInterfaceDescriptioninterfaceSearchIndexCompositeNodeContext<SC extends SearchIndexScope<?>>Information about a composite index element targeted by search; either the index root or an object field.interfaceSearchIndexValueFieldContext<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 SearchIndexNodeContextModifier 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> Methods in org.hibernate.search.engine.search.common.spi with type parameters of type SearchIndexNodeContextModifier and TypeMethodDescription<T,SC extends SearchIndexScope<?>, N extends SearchIndexNodeContext<SC>>
org.hibernate.search.util.common.SearchExceptionSearchIndexSchemaElementContextHelper.cannotUseQueryElement(SearchQueryElementTypeKey<T> key, N node, String hint, Exception causeOrNull) <T,SC extends SearchIndexScope<?>, N extends SearchIndexNodeContext<SC>>
TSearchIndexSchemaElementContextHelper.queryElement(SearchQueryElementTypeKey<T> key, SearchQueryElementFactory<? extends T, ? super SC, ? super N> factory, SC scope, N node) Methods in org.hibernate.search.engine.search.common.spi that return SearchIndexNodeContextModifier and TypeMethodDescriptionSearchIndexScope.child(SearchIndexCompositeNodeContext<?> parent, String name) Methods in org.hibernate.search.engine.search.common.spi that return types with arguments of type SearchIndexNodeContextModifier and TypeMethodDescriptionMap<String, ? extends SearchIndexNodeContext<SC>> SearchIndexCompositeNodeContext.staticChildrenByName()Methods in org.hibernate.search.engine.search.common.spi with parameters of type SearchIndexNodeContextModifier and TypeMethodDescriptionstatic voidSearchIndexSchemaElementContextHelper.checkNestedDocumentPathCompatibility(SearchIndexNodeContext<?> left, SearchIndexNodeContext<?> right) static <T extends SearchIndexCompositeNodeContext<?>>
TSearchIndexSchemaElementContextHelper.throwingToComposite(SearchIndexNodeContext<?> element) static <T extends SearchIndexCompositeNodeContext<?>>
TSearchIndexSchemaElementContextHelper.throwingToObjectField(SearchIndexNodeContext<?> element) static <T extends SearchIndexValueFieldContext<?>>
TSearchIndexSchemaElementContextHelper.throwingToValueField(SearchIndexNodeContext<?> element)