org.apache.lucene.codecs
Class SegmentInfoFormat

java.lang.Object
  extended by 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.

Constructor Summary
SegmentInfoFormat()
           
 
Method Summary
abstract  SegmentInfoReader getSegmentInfoReader()
           
abstract  SegmentInfoWriter getSegmentInfoWriter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SegmentInfoFormat

public SegmentInfoFormat()
Method Detail

getSegmentInfoReader

public abstract SegmentInfoReader getSegmentInfoReader()

getSegmentInfoWriter

public abstract SegmentInfoWriter getSegmentInfoWriter()


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.