Uses of Class
org.apache.lucene.store.instantiated.InstantiatedIndex
-
Packages that use InstantiatedIndex Package Description 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 Modifier and Type Method Description InstantiatedIndex
InstantiatedIndexReader. getIndex()
Deprecated.Constructors in org.apache.lucene.store.instantiated with parameters of type InstantiatedIndex Constructor Description InstantiatedIndexReader(InstantiatedIndex index)
Deprecated.InstantiatedIndexWriter(InstantiatedIndex index)
Deprecated.InstantiatedIndexWriter(InstantiatedIndex index, Analyzer analyzer)
Deprecated.InstantiatedIndexWriter(InstantiatedIndex index, Analyzer analyzer, boolean create)
Deprecated.
-