Uses of Package
org.apache.lucene.store.instantiated
-
Packages that use org.apache.lucene.store.instantiated Package Description 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 Class Description 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 RAMInstantiatedIndexReader Deprecated.contrib/instantiated will be removed in 4.0; you can use the memory codec to hold all postings in RAMInstantiatedIndexWriter Deprecated.contrib/instantiated will be removed in 4.0; you can use the memory codec to hold all postings in RAMInstantiatedTerm A term in the inverted index, coupled to the documents it occurs in.InstantiatedTermDocs ATermDocs
navigating anInstantiatedIndexReader
.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 anInstantiatedIndexReader
.