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

Packages that use IntIndexOutput
org.apache.lucene.codecs.intblock Intblock: base support for fixed or variable length block integer encoders 
org.apache.lucene.codecs.sep Sep: base support for separate files (doc,frq,pos,skp,pyl) 
 

Uses of IntIndexOutput in org.apache.lucene.codecs.intblock
 

Subclasses of IntIndexOutput in org.apache.lucene.codecs.intblock
 class FixedIntBlockIndexOutput
          Abstract base class that writes fixed-size blocks of ints to an IndexOutput.
 class VariableIntBlockIndexOutput
          Abstract base class that writes variable-size blocks of ints to an IndexOutput.
 

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

Methods in org.apache.lucene.codecs.sep that return IntIndexOutput
abstract  IntIndexOutput IntStreamFactory.createOutput(Directory dir, String fileName, IOContext context)
          Create an IntIndexOutput on the provided fileName.
 



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