Uses of Class
org.apache.lucene.store.instantiated.InstantiatedIndexReader
-
Packages that use InstantiatedIndexReader Package Description org.apache.lucene.store.instantiated InstantiatedIndex, alternative RAM store for small corpora. -
-
Uses of InstantiatedIndexReader in org.apache.lucene.store.instantiated
Methods in org.apache.lucene.store.instantiated that return InstantiatedIndexReader Modifier and Type Method Description InstantiatedIndexReader
InstantiatedIndex. indexReaderFactory()
Deprecated.Constructors in org.apache.lucene.store.instantiated with parameters of type InstantiatedIndexReader Constructor Description InstantiatedTermDocs(InstantiatedIndexReader reader)
InstantiatedTermEnum(InstantiatedIndexReader reader)
InstantiatedTermEnum(InstantiatedIndexReader reader, int startPosition)
InstantiatedTermPositions(InstantiatedIndexReader reader)
-