Java org.apache.lucene.index SegmentCommitInfo fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.index SegmentCommitInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.index SegmentCommitInfo.

The text is from its open source code.

Field

Method

Collectionfiles()
Returns all files in use by this segment.
intgetDelCount()
Returns the number of deleted docs in the segment.
longgetDelGen()
Returns generation number of the live docs file or -1 if there are no deletes yet.
longgetFieldInfosGen()
Returns the generation number of the field infos file or -1 if there are no field updates yet.
longgetNextDelGen()
Returns the next available generation number of the live docs file.
booleanhasDeletions()
Returns true if there are any deletions for the segment at this commit.
booleanhasFieldUpdates()
Returns true if there are any field updates for the segment in this commit.