Uses of Interface
org.hibernate.search.engine.search.common.spi.SearchIndexScope
-
-
Uses of SearchIndexScope in org.hibernate.search.engine.backend.document.model.spi
Classes in org.hibernate.search.engine.backend.document.model.spi with type parameters of type SearchIndexScope Modifier and Type Class Description classAbstractIndexField<S extends AbstractIndexField<S,SC,?,C>,SC extends SearchIndexScope<?>,NT extends SearchIndexNodeTypeContext<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>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 SearchIndexScope in org.hibernate.search.engine.backend.scope.spi
Classes in org.hibernate.search.engine.backend.scope.spi that implement SearchIndexScope 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 SearchIndexScope in org.hibernate.search.engine.backend.types.spi
Classes in org.hibernate.search.engine.backend.types.spi with type parameters of type SearchIndexScope Modifier and Type Class Description classAbstractIndexCompositeNodeType<SC extends SearchIndexScope<?>,N extends SearchIndexCompositeNodeContext<SC>>static classAbstractIndexCompositeNodeType.Builder<SC extends SearchIndexScope<?>,N extends SearchIndexCompositeNodeContext<SC>>classAbstractIndexValueFieldType<SC extends SearchIndexScope<?>,N extends SearchIndexValueFieldContext<SC>,F>static classAbstractIndexValueFieldType.Builder<SC extends SearchIndexScope<?>,N extends SearchIndexValueFieldContext<SC>,F> -
Uses of SearchIndexScope in org.hibernate.search.engine.search.aggregation.spi
Subinterfaces of SearchIndexScope in org.hibernate.search.engine.search.aggregation.spi Modifier and Type Interface Description interfaceSearchAggregationIndexScope<S extends SearchAggregationIndexScope<?>> -
Uses of SearchIndexScope in org.hibernate.search.engine.search.common.spi
Classes in org.hibernate.search.engine.search.common.spi with type parameters of type SearchIndexScope 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>interfaceSearchIndexCompositeNodeContext<SC extends SearchIndexScope<?>>Information about a composite index element targeted by search; either the index root or an object field.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, ...interfaceSearchIndexNodeContext<SC extends SearchIndexScope<?>>Information about an index node targeted by search, be it the index root, a value field or an object field.interfaceSearchIndexNodeTypeContext<SC extends SearchIndexScope<?>,N>Information about the type of an composite index element targeted by search, be it in a projection, a predicate, a sort, ...interfaceSearchIndexScope<S extends SearchIndexScope<?>>Information about indexes targeted by search, be it in a projection, a predicate, a sort, ...interfaceSearchIndexValueFieldContext<SC extends SearchIndexScope<?>>Information about a value (non-object) field targeted by search, be it in a projection, a predicate, a sort, ...interfaceSearchIndexValueFieldTypeContext<SC extends SearchIndexScope<?>,N,F>Information about the type of a value (non-object) field targeted by search, be it in a projection, a predicate, a sort, ...Fields in org.hibernate.search.engine.search.common.spi declared as SearchIndexScope Modifier and Type Field Description protected SCAbstractMultiIndexSearchIndexNodeContext. scopeMethods in org.hibernate.search.engine.search.common.spi with type parameters of type SearchIndexScope 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) -
Uses of SearchIndexScope in org.hibernate.search.engine.search.predicate.spi
Subinterfaces of SearchIndexScope in org.hibernate.search.engine.search.predicate.spi Modifier and Type Interface Description interfaceSearchPredicateIndexScope<S extends SearchPredicateIndexScope<?>> -
Uses of SearchIndexScope in org.hibernate.search.engine.search.projection.spi
Subinterfaces of SearchIndexScope in org.hibernate.search.engine.search.projection.spi Modifier and Type Interface Description interfaceSearchProjectionIndexScope<S extends SearchProjectionIndexScope<?>> -
Uses of SearchIndexScope in org.hibernate.search.engine.search.query.spi
Subinterfaces of SearchIndexScope in org.hibernate.search.engine.search.query.spi Modifier and Type Interface Description interfaceSearchQueryIndexScope<S extends SearchQueryIndexScope<?>> -
Uses of SearchIndexScope in org.hibernate.search.engine.search.sort.spi
Subinterfaces of SearchIndexScope in org.hibernate.search.engine.search.sort.spi Modifier and Type Interface Description interfaceSearchSortIndexScope<S extends SearchSortIndexScope<?>>
-