org.apache.blur.lucene.codec
Class Blur022SegmentInfoFormat

java.lang.Object
  extended by org.apache.lucene.codecs.SegmentInfoFormat
      extended by org.apache.blur.lucene.codec.Blur022SegmentInfoFormat

public class Blur022SegmentInfoFormat
extends org.apache.lucene.codecs.SegmentInfoFormat


Field Summary
static String SI_EXTENSION
          File extension used to store SegmentInfo.
 
Constructor Summary
Blur022SegmentInfoFormat(int chunkSize, org.apache.lucene.codecs.compressing.CompressionMode compressionMode)
           
 
Method Summary
 org.apache.lucene.codecs.SegmentInfoReader getSegmentInfoReader()
           
 org.apache.lucene.codecs.SegmentInfoWriter getSegmentInfoWriter()
           
 
Methods inherited from class java.lang.Object
equals, 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

Blur022SegmentInfoFormat

public Blur022SegmentInfoFormat(int chunkSize,
                                org.apache.lucene.codecs.compressing.CompressionMode compressionMode)
Method Detail

getSegmentInfoReader

public org.apache.lucene.codecs.SegmentInfoReader getSegmentInfoReader()
Specified by:
getSegmentInfoReader in class org.apache.lucene.codecs.SegmentInfoFormat

getSegmentInfoWriter

public org.apache.lucene.codecs.SegmentInfoWriter getSegmentInfoWriter()
Specified by:
getSegmentInfoWriter in class org.apache.lucene.codecs.SegmentInfoFormat


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.