public abstract static class SegmentInfos.FindSegmentsFile
extends java.lang.Object
Constructor and Description |
---|
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 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
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.