Uses of Class
org.apache.lucene.codecs.sep.IntStreamFactory

Packages that use IntStreamFactory
org.apache.lucene.codecs.sep Sep: base support for separate files (doc,frq,pos,skp,pyl) 
 

Uses of IntStreamFactory in org.apache.lucene.codecs.sep
 

Constructors in org.apache.lucene.codecs.sep with parameters of type IntStreamFactory
SepPostingsReader(Directory dir, FieldInfos fieldInfos, SegmentInfo segmentInfo, IOContext context, IntStreamFactory intFactory, String segmentSuffix)
           
SepPostingsWriter(SegmentWriteState state, IntStreamFactory factory)
           
SepPostingsWriter(SegmentWriteState state, IntStreamFactory factory, int skipInterval)
           
 



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