Subclass must implement this. The assumption is an IOException will be thrown if something goes wrong during the processing that could have been caused by a writer committing.

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public abstract Object DoBody(
	string segmentFileName
)
Visual Basic
Public MustOverride Function DoBody ( _
	segmentFileName As String _
) As Object
Visual C++
public:
virtual Object^ DoBody(
	String^ segmentFileName
) abstract

Parameters

segmentFileName
Type: System..::..String

[Missing <param name="segmentFileName"/> documentation for "M:Lucene.Net.Index.SegmentInfos.FindSegmentsFile.DoBody(System.String)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.SegmentInfos.FindSegmentsFile.DoBody(System.String)"]

See Also