Uses of Package
org.apache.lucene.store.instantiated

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

Classes in org.apache.lucene.store.instantiated used by org.apache.lucene.store.instantiated
InstantiatedDocument
          A document in the instantiated index object graph, optionally coupled to the vector space view.
InstantiatedIndex
          Deprecated. contrib/instantiated will be removed in 4.0; you can use the memory codec to hold all postings in RAM
InstantiatedIndexReader
          Deprecated. contrib/instantiated will be removed in 4.0; you can use the memory codec to hold all postings in RAM
InstantiatedIndexWriter
          Deprecated. contrib/instantiated will be removed in 4.0; you can use the memory codec to hold all postings in RAM
InstantiatedTerm
          A term in the inverted index, coupled to the documents it occurs in.
InstantiatedTermDocs
          A TermDocs navigating an InstantiatedIndexReader.
InstantiatedTermDocumentInformation
          There is one instance of this class per indexed term in a document and it contains the meta data about each occurrence of a term in a document.
InstantiatedTermFreqVector
          Vector space view of a document in an InstantiatedIndexReader.