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

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

Methods in org.apache.lucene.codecs.intblock that return IntIndexInput.Index
 IntIndexInput.Index FixedIntBlockIndexInput.index()
           
 IntIndexInput.Index VariableIntBlockIndexInput.index()
           
 

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

Methods in org.apache.lucene.codecs.sep that return IntIndexInput.Index
abstract  IntIndexInput.Index IntIndexInput.Index.clone()
           
abstract  IntIndexInput.Index IntIndexInput.index()
           
 

Methods in org.apache.lucene.codecs.sep with parameters of type IntIndexInput.Index
abstract  void IntIndexInput.Index.copyFrom(IntIndexInput.Index other)
           
 



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