Uses of Interface
org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexContext
-
-
Uses of LuceneSearchIndexContext in org.hibernate.search.backend.lucene.index.impl
Classes in org.hibernate.search.backend.lucene.index.impl that implement LuceneSearchIndexContext Modifier and Type Class Description classLuceneIndexManagerImpl -
Uses of LuceneSearchIndexContext in org.hibernate.search.backend.lucene.scope.model.impl
Subinterfaces of LuceneSearchIndexContext in org.hibernate.search.backend.lucene.scope.model.impl Modifier and Type Interface Description interfaceLuceneScopeIndexManagerContextMethods in org.hibernate.search.backend.lucene.scope.model.impl that return types with arguments of type LuceneSearchIndexContext Modifier and Type Method Description Map<String,? extends LuceneSearchIndexContext>LuceneSearchIndexScopeImpl. mappedTypeNameToIndex() -
Uses of LuceneSearchIndexContext in org.hibernate.search.backend.lucene.search.query.impl
Methods in org.hibernate.search.backend.lucene.search.query.impl that return types with arguments of type LuceneSearchIndexContext Modifier and Type Method Description Collection<? extends LuceneSearchIndexContext>LuceneSearchQueryIndexScope. indexes()Map<String,? extends LuceneSearchIndexContext>LuceneSearchQueryIndexScope. mappedTypeNameToIndex()
-