| 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 MergeSchedulers 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-2024 Apache Software Foundation. All Rights Reserved.