Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
CheckIndex.Status |
CheckIndex.checkIndex()
Returns a
CheckIndex.Status instance detailing
the state of the index. |
CheckIndex.Status |
CheckIndex.checkIndex(List<String> onlySegments)
Returns a
CheckIndex.Status instance detailing
the state of the index. |
CheckIndex.Status |
CheckIndex.checkIndex(List<String> onlySegments,
ExecutorService executorService)
Returns a
CheckIndex.Status instance detailing the state of the index. |
Modifier and Type | Method and Description |
---|---|
void |
CheckIndex.exorciseIndex(CheckIndex.Status result)
Repairs the index using previously returned result
from
CheckIndex.checkIndex() . |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.