org.apache.lucene.codecs
Class SegmentInfoFormat
java.lang.Object
org.apache.lucene.codecs.SegmentInfoFormat
- Direct Known Subclasses:
- Lucene3xSegmentInfoFormat, Lucene40SegmentInfoFormat, SimpleTextSegmentInfoFormat
public abstract class SegmentInfoFormat
- extends Object
Expert: Controls the format of the
SegmentInfo
(segment metadata file).
- See Also:
SegmentInfo
- WARNING: This API is experimental and might change in incompatible ways in the next release.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SegmentInfoFormat
public SegmentInfoFormat()
getSegmentInfoReader
public abstract SegmentInfoReader getSegmentInfoReader()
getSegmentInfoWriter
public abstract SegmentInfoWriter getSegmentInfoWriter()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.