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

Packages that use IntIndexOutput.Index
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.Index in org.apache.lucene.codecs.intblock
 

Methods in org.apache.lucene.codecs.intblock that return IntIndexOutput.Index
 IntIndexOutput.Index FixedIntBlockIndexOutput.index()
           
 IntIndexOutput.Index VariableIntBlockIndexOutput.index()
           
 

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

Methods in org.apache.lucene.codecs.sep that return IntIndexOutput.Index
abstract  IntIndexOutput.Index IntIndexOutput.index()
          If you are indexing the primary output file, call this and interact with the returned IndexWriter.
 

Methods in org.apache.lucene.codecs.sep with parameters of type IntIndexOutput.Index
abstract  void IntIndexOutput.Index.copyFrom(IntIndexOutput.Index other, boolean copyLast)
          Copies index from other
 



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