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

Packages that use IntIndexOutput.Index
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.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-2012 Apache Software Foundation. All Rights Reserved.