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