Uses of Class
org.apache.lucene.store.instantiated.InstantiatedIndex
-
-
Uses of InstantiatedIndex in org.apache.lucene.store.instantiated
Methods in org.apache.lucene.store.instantiated that return InstantiatedIndex Modifier and Type Method Description InstantiatedIndexInstantiatedIndexReader. 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, org.apache.lucene.analysis.Analyzer analyzer)Deprecated.InstantiatedIndexWriter(InstantiatedIndex index, org.apache.lucene.analysis.Analyzer analyzer, boolean create)Deprecated.
-