Uses of Interface
org.hibernate.search.backend.lucene.search.projection.impl.LuceneSearchProjectionIndexScope
-
-
Uses of LuceneSearchProjectionIndexScope in org.hibernate.search.backend.lucene.scope.model.impl
Classes in org.hibernate.search.backend.lucene.scope.model.impl that implement LuceneSearchProjectionIndexScope Modifier and Type Class Description classLuceneSearchIndexScopeImpl -
Uses of LuceneSearchProjectionIndexScope in org.hibernate.search.backend.lucene.search.projection.dsl.impl
Constructor parameters in org.hibernate.search.backend.lucene.search.projection.dsl.impl with type arguments of type LuceneSearchProjectionIndexScope Constructor Description LuceneSearchProjectionFactoryImpl(SearchProjectionDslContext<LuceneSearchProjectionIndexScope<?>> dslContext) -
Uses of LuceneSearchProjectionIndexScope in org.hibernate.search.backend.lucene.search.projection.impl
Classes in org.hibernate.search.backend.lucene.search.projection.impl with type parameters of type LuceneSearchProjectionIndexScope Modifier and Type Interface Description interfaceLuceneSearchProjectionIndexScope<S extends LuceneSearchProjectionIndexScope<?>> -
Uses of LuceneSearchProjectionIndexScope in org.hibernate.search.backend.lucene.search.query.impl
Subinterfaces of LuceneSearchProjectionIndexScope in org.hibernate.search.backend.lucene.search.query.impl Modifier and Type Interface Description interfaceLuceneSearchQueryIndexScope<S extends LuceneSearchQueryIndexScope<?>>
-