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
          Represented as a coupled graph of class instances, this all-in-memory index store implementation delivers search results up to a 100 times faster than the file-centric RAMDirectory at the cost of greater RAM consumption.
InstantiatedIndexReader
          An InstantiatedIndexReader is not a snapshot in time, it is completely in sync with the latest commit to the store!
InstantiatedIndexWriter
          This class, similar to IndexWriter, has no locking mechanism.
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.
 



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