Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.store |
Binary i/o API, used for all index data.
|
Modifier and Type | Class and Description |
---|---|
class |
MergeRateLimiter
This is the
RateLimiter that IndexWriter assigns to each running merge, to
give MergeScheduler s ionice like control. |
Modifier and Type | Class and Description |
---|---|
static class |
RateLimiter.SimpleRateLimiter
Simple class to rate limit IO.
|
Modifier and Type | Field and Description |
---|---|
private RateLimiter |
RateLimitedIndexOutput.rateLimiter |
Constructor and Description |
---|
RateLimitedIndexOutput(RateLimiter rateLimiter,
IndexOutput delegate) |