org.apache.blur.lucene.codec
Class Blur022SegmentInfoWriter

java.lang.Object
  extended by org.apache.lucene.codecs.SegmentInfoWriter
      extended by org.apache.blur.lucene.codec.Blur022SegmentInfoWriter

public class Blur022SegmentInfoWriter
extends org.apache.lucene.codecs.SegmentInfoWriter


Constructor Summary
Blur022SegmentInfoWriter(int compressionChunkSize, org.apache.lucene.codecs.compressing.CompressionMode compressionMode)
           
 
Method Summary
 void write(org.apache.lucene.store.Directory dir, org.apache.lucene.index.SegmentInfo si, org.apache.lucene.index.FieldInfos fis, org.apache.lucene.store.IOContext ioContext)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Blur022SegmentInfoWriter

public Blur022SegmentInfoWriter(int compressionChunkSize,
                                org.apache.lucene.codecs.compressing.CompressionMode compressionMode)
Method Detail

write

public void write(org.apache.lucene.store.Directory dir,
                  org.apache.lucene.index.SegmentInfo si,
                  org.apache.lucene.index.FieldInfos fis,
                  org.apache.lucene.store.IOContext ioContext)
           throws IOException
Specified by:
write in class org.apache.lucene.codecs.SegmentInfoWriter
Throws:
IOException


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