Package | Description |
---|---|
org.apache.lucene.store |
Misc Directory implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseDirectoryWrapper
Calls check index on close.
|
class |
MockDirectoryWrapper
This is a Directory Wrapper that adds methods
intended to be used only by unit tests.
|
class |
NRTCachingDirectory
Wraps a
RAMDirectory
around any provided delegate directory, to
be used during NRT search. |
class |
RateLimitedDirectoryWrapper
|
class |
TrackingDirectoryWrapper
A delegating Directory that records which files were
written to and deleted.
|
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.