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
          File extension used to store SegmentInfo.
 
Constructor Summary
Lucene40SegmentInfoFormat()
          Sole constructor.
 
Method Summary
 SegmentInfoReader getSegmentInfoReader()
          Returns the SegmentInfoReader for reading SegmentInfo instances.
 SegmentInfoWriter getSegmentInfoWriter()
          Returns the SegmentInfoWriter for writing SegmentInfo instances.
 
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
File extension used to store SegmentInfo.

See Also:
Constant Field Values
Constructor Detail

Lucene40SegmentInfoFormat

public Lucene40SegmentInfoFormat()
Sole constructor.

Method Detail

getSegmentInfoReader

public SegmentInfoReader getSegmentInfoReader()
Description copied from class: SegmentInfoFormat
Returns the SegmentInfoReader for reading SegmentInfo instances.

Specified by:
getSegmentInfoReader in class SegmentInfoFormat

getSegmentInfoWriter

public SegmentInfoWriter getSegmentInfoWriter()
Description copied from class: SegmentInfoFormat
Returns the SegmentInfoWriter for writing SegmentInfo instances.

Specified by:
getSegmentInfoWriter in class SegmentInfoFormat


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