public class Lucene40SegmentInfoFormat extends SegmentInfoFormat
Files:
CodecHeaderInt32StringSet<String>Map<String,String>Int8
IndexWriter, as a debugging aid,
for each segment it creates. It includes metadata like the current Lucene
version, OS, Java version, why the segment was created (merge, flush,
addIndexes), etc.SegmentInfos| Modifier and Type | Field and Description |
|---|---|
static String |
SI_EXTENSION |
| Constructor and Description |
|---|
Lucene40SegmentInfoFormat() |
| Modifier and Type | Method and Description |
|---|---|
SegmentInfoReader |
getSegmentInfoReader() |
SegmentInfoWriter |
getSegmentInfoWriter() |
public static final String SI_EXTENSION
public SegmentInfoReader getSegmentInfoReader()
getSegmentInfoReader in class SegmentInfoFormatpublic SegmentInfoWriter getSegmentInfoWriter()
getSegmentInfoWriter in class SegmentInfoFormatCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.