public abstract static class SegmentInfos.FindSegmentsFile
extends java.lang.Object
Constructor and Description |
---|
SegmentInfos.FindSegmentsFile(Directory directory) |
Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.Object |
doBody(java.lang.String segmentFileName)
Subclass must implement this.
|
java.lang.Object |
run() |
java.lang.Object |
run(IndexCommit commit) |
public SegmentInfos.FindSegmentsFile(Directory directory)
public java.lang.Object run() throws CorruptIndexException, java.io.IOException
CorruptIndexException
java.io.IOException
public java.lang.Object run(IndexCommit commit) throws CorruptIndexException, java.io.IOException
CorruptIndexException
java.io.IOException
protected abstract java.lang.Object doBody(java.lang.String segmentFileName) throws CorruptIndexException, java.io.IOException
CorruptIndexException
java.io.IOException