Package org.apache.lucene.index
Class FixBrokenOffsets
- java.lang.Object
-
- org.apache.lucene.index.FixBrokenOffsets
-
public class FixBrokenOffsets extends Object
Command-line tool that reads from a source index and writes to a dest index, correcting any broken offsets in the process.- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
-
Field Summary
Fields Modifier and Type Field Description SegmentInfos
infos
-
Constructor Summary
Constructors Constructor Description FixBrokenOffsets()
-
-
-
Field Detail
-
infos
public SegmentInfos infos
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-