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.
|
Constructor and Description |
---|
RateLimitedIndexOutput(RateLimiter rateLimiter,
IndexOutput delegate) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.