Uses of Interface
org.hibernate.search.engine.search.common.spi.SearchIndexCompositeNodeContext
-
-
Uses of SearchIndexCompositeNodeContext in org.hibernate.search.engine.backend.document.model.spi
Subinterfaces of SearchIndexCompositeNodeContext 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,?>>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 SearchIndexCompositeNodeContext Modifier and Type Class Description 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,?>> -
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 SearchIndexCompositeNodeContext 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>>Methods in org.hibernate.search.engine.backend.scope.spi with parameters of type SearchIndexCompositeNodeContext Modifier and Type Method Description 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 SearchIndexCompositeNodeContext Modifier and Type Class Description classAbstractIndexCompositeNodeType<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 SearchIndexCompositeNodeContext Modifier and Type Class Description classAbstractMultiIndexSearchIndexCompositeNodeContext<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 SearchIndexCompositeNodeContext Modifier and Type Class Description classAbstractMultiIndexSearchIndexCompositeNodeContext<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 SearchIndexCompositeNodeContext Modifier and Type Method Description static <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 SearchIndexCompositeNodeContext Modifier and Type Method Description SearchIndexCompositeNodeContext<SC>AbstractMultiIndexSearchIndexValueFieldContext. toComposite()SearchIndexCompositeNodeContext<SC>SearchIndexNodeContext. toComposite()Methods in org.hibernate.search.engine.search.common.spi with parameters of type SearchIndexCompositeNodeContext Modifier and Type Method Description SearchIndexNodeContext<?>SearchIndexScope. child(SearchIndexCompositeNodeContext<?> parent, String name)
-