org.apache.lucene.store.wrapper |
|
Java Source File Name | Type | Comment |
AsyncMemoryMirrorDirectoryWrapper.java | Class | Wraps a Lucene
org.apache.lucene.store.Directory with
an in memory directory which mirrors it asynchronously.
The original directory is read into memory when this wrapper
is constructed. |
SyncMemoryMirrorDirectoryWrapper.java | Class | Wraps a Lucene
org.apache.lucene.store.Directory with
an in memory directory which mirrors it synchronously.
The original directory is read into memory when this wrapper
is constructed. |