org.apache.lucene.codecs.lucene40
Class Lucene40SegmentInfoFormat

java.lang.Object
  extended by org.apache.lucene.codecs.SegmentInfoFormat
      extended by org.apache.lucene.codecs.lucene40.Lucene40SegmentInfoFormat

public class Lucene40SegmentInfoFormat
extends SegmentInfoFormat

Lucene 4.0 Segment info format.

Files:

Data types:

Field Descriptions:

See Also:
SegmentInfos
WARNING: This API is experimental and might change in incompatible ways in the next release.

Field Summary
static String SI_EXTENSION
           
 
Constructor Summary
Lucene40SegmentInfoFormat()
           
 
Method Summary
 SegmentInfoReader getSegmentInfoReader()
           
 SegmentInfoWriter getSegmentInfoWriter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SI_EXTENSION

public static final String SI_EXTENSION
See Also:
Constant Field Values
Constructor Detail

Lucene40SegmentInfoFormat

public Lucene40SegmentInfoFormat()
Method Detail

getSegmentInfoReader

public SegmentInfoReader getSegmentInfoReader()
Specified by:
getSegmentInfoReader in class SegmentInfoFormat

getSegmentInfoWriter

public SegmentInfoWriter getSegmentInfoWriter()
Specified by:
getSegmentInfoWriter in class SegmentInfoFormat


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