Uses of Interface
org.hibernate.search.backend.lucene.index.LuceneIndexManager
-
Packages that use LuceneIndexManager Package Description org.hibernate.search.backend.lucene.index.impl org.hibernate.search.backend.lucene.logging.impl -
-
Uses of LuceneIndexManager in org.hibernate.search.backend.lucene.index.impl
Classes in org.hibernate.search.backend.lucene.index.impl that implement LuceneIndexManager Modifier and Type Class Description classLuceneIndexManagerImpl -
Uses of LuceneIndexManager in org.hibernate.search.backend.lucene.logging.impl
Methods in org.hibernate.search.backend.lucene.logging.impl with parameters of type LuceneIndexManager Modifier and Type Method Description SearchExceptionLog_$logger. cannotMixLuceneScopeWithOtherBackend(IndexScopeBuilder baseScope, LuceneIndexManager indexFromOtherBackend, EventContext context)SearchExceptionLog. cannotMixLuceneScopeWithOtherBackend(IndexScopeBuilder baseScope, LuceneIndexManager indexFromOtherBackend, EventContext context)SearchExceptionLog_$logger. cannotMixLuceneScopeWithOtherType(IndexScopeBuilder baseScope, LuceneIndexManager luceneIndex, EventContext context)SearchExceptionLog. cannotMixLuceneScopeWithOtherType(IndexScopeBuilder baseScope, LuceneIndexManager luceneIndex, EventContext context)
-