Interface ReadIndexManagerContext
- All Known Subinterfaces:
LuceneScopeIndexManagerContext,LuceneSearchIndexContext
- All Known Implementing Classes:
LuceneIndexManagerImpl
public interface ReadIndexManagerContext
An interface with knowledge of the index manager internals,
able to retrieve components related to index reading.
-
Method Summary
Modifier and TypeMethodDescriptionvoidopenIndexReaders(Set<String> routingKeys, DirectoryReaderCollector readerCollector)
-
Method Details
-
openIndexReaders
void openIndexReaders(Set<String> routingKeys, DirectoryReaderCollector readerCollector) throws IOException - Throws:
IOException
-