Class and Description |
---|
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-2014 Apache Software Foundation. All Rights Reserved.