Class Segment
- java.lang.Object
-
- org.apache.lucene.luke.models.commits.Segment
-
public final class Segment extends Object
Holder for a segment.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCodecName()intgetDelCount()longgetDelGen()StringgetDisplaySize()StringgetLuceneVer()intgetMaxDoc()StringgetName()booleanisUseCompoundFile()
-
-
-
Method Detail
-
getName
public String getName()
-
getMaxDoc
public int getMaxDoc()
-
getDelGen
public long getDelGen()
-
getDelCount
public int getDelCount()
-
getLuceneVer
public String getLuceneVer()
-
getCodecName
public String getCodecName()
-
getDisplaySize
public String getDisplaySize()
-
isUseCompoundFile
public boolean isUseCompoundFile()
-
-