Uses of Class
org.apache.lucene.store.instantiated.InstantiatedIndex

Packages that use InstantiatedIndex
org.apache.lucene.store.instantiated InstantiatedIndex, alternative RAM store for small corpora. 
 

Uses of InstantiatedIndex in org.apache.lucene.store.instantiated
 

Methods in org.apache.lucene.store.instantiated that return InstantiatedIndex
 InstantiatedIndex InstantiatedIndexReader.getIndex()
           
 

Constructors in org.apache.lucene.store.instantiated with parameters of type InstantiatedIndex
InstantiatedIndexReader(InstantiatedIndex index)
           
InstantiatedIndexWriter(InstantiatedIndex index)
           
InstantiatedIndexWriter(InstantiatedIndex index, Analyzer analyzer)
           
InstantiatedIndexWriter(InstantiatedIndex index, Analyzer analyzer, boolean create)
           
 



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