| Package | Description |
|---|---|
| org.apache.lucene.store.instantiated |
InstantiatedIndex, alternative RAM store for small corpora.
|
| Class and 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 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. |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.