Uses of Interface
org.hibernate.search.engine.search.common.spi.SearchIndexNodeContext
-
-
Uses of SearchIndexNodeContext in org.hibernate.search.engine.backend.document.model.spi
Subinterfaces of SearchIndexNodeContext in org.hibernate.search.engine.backend.document.model.spi Modifier and Type Interface Description interfaceIndexCompositeNode<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,?,?>> -
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 SearchIndexNodeContext Modifier and Type Class Description classAbstractSearchIndexScope<S extends SearchQueryIndexScope<?>,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.search.common.spi
Classes in org.hibernate.search.engine.search.common.spi with type parameters of type SearchIndexNodeContext Modifier and Type Class Description classAbstractMultiIndexSearchIndexCompositeNodeContext<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.spi Modifier and Type Interface Description interfaceSearchIndexCompositeNodeContext<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 SearchIndexNodeContext Modifier and Type Class Description classAbstractMultiIndexSearchIndexCompositeNodeContext<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 SearchIndexNodeContext Modifier and Type Method Description <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 SearchIndexNodeContext Modifier and Type Method Description SearchIndexNodeContext<?>SearchIndexScope. child(SearchIndexCompositeNodeContext<?> parent, String name)Methods in org.hibernate.search.engine.search.common.spi that return types with arguments of type SearchIndexNodeContext Modifier and Type Method Description Map<String,? extends SearchIndexNodeContext<SC>>SearchIndexCompositeNodeContext. staticChildrenByName()Methods in org.hibernate.search.engine.search.common.spi with parameters of type SearchIndexNodeContext Modifier and Type Method Description static 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)
-