Interface | Description |
---|---|
DirectoryExtensions |
Some additional methods we add to our Directory implementations,
mostly for reporting and testing reasons.
|
Class | Description |
---|---|
DirectoryBuilderImpl | |
FileListOperations |
Collects operations on the existing fileList, stored as a Set
|
IndexInputContext | |
InfinispanIndexInputV3 |
Responsible for reading from
InfinispanDirectory . |
InfinispanIndexInputV4 |
Responsible for reading from
InfinispanDirectory . |
InfinispanIndexOutput |
Responsible for writing to a
Directory |
LuceneVersionDetector |
Since Lucene requires extension of Directory (it's not an interface)
we need to apply some tricks to provide the correct Directory implementation
depending on the Lucene version detected on the classpath.
|
SingleChunkIndexInput |
SingleChunkIndexInput can be used instead of InfinispanIndexInput to read a segment
when it has a size small enough to fit in a single chunk.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.