- indexesOf(String[], int, int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTermFreqVector
-
- indexOf(String) - Method in class org.apache.lucene.store.instantiated.InstantiatedTermFreqVector
-
- indexReaderFactory() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndex
-
- indexWriterFactory(Analyzer, boolean) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndex
-
- InstantiatedDocument - Class in org.apache.lucene.store.instantiated
-
A document in the instantiated index object graph, optionally coupled to the vector space view.
- InstantiatedDocument() - Constructor for class org.apache.lucene.store.instantiated.InstantiatedDocument
-
- InstantiatedDocument(Document) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedDocument
-
- InstantiatedIndex - Class in org.apache.lucene.store.instantiated
-
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.
- InstantiatedIndex() - Constructor for class org.apache.lucene.store.instantiated.InstantiatedIndex
-
- InstantiatedIndex(IndexReader) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedIndex
-
Creates a new instantiated index that looks just like the index in a specific state as represented by a reader.
- InstantiatedIndex(IndexReader, Set<String>) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedIndex
-
Creates a new instantiated index that looks just like the index in a specific state as represented by a reader.
- InstantiatedIndexReader - Class in org.apache.lucene.store.instantiated
-
An InstantiatedIndexReader is not a snapshot in time, it is completely in
sync with the latest commit to the store!
- InstantiatedIndexReader(InstantiatedIndex) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedIndexReader
-
- InstantiatedIndexWriter - Class in org.apache.lucene.store.instantiated
-
This class, similar to IndexWriter
, has no locking mechanism.
- InstantiatedIndexWriter(InstantiatedIndex) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
-
- InstantiatedIndexWriter(InstantiatedIndex, Analyzer) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
-
- InstantiatedIndexWriter(InstantiatedIndex, Analyzer, boolean) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
-
- InstantiatedTerm - Class in org.apache.lucene.store.instantiated
-
A term in the inverted index, coupled to the documents it occurs in.
- InstantiatedTermDocs - Class in org.apache.lucene.store.instantiated
-
- InstantiatedTermDocs(InstantiatedIndexReader) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedTermDocs
-
- InstantiatedTermDocumentInformation - Class in org.apache.lucene.store.instantiated
-
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.
- InstantiatedTermDocumentInformation(InstantiatedTerm, InstantiatedDocument, int[], byte[][]) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedTermDocumentInformation
-
- InstantiatedTermEnum - Class in org.apache.lucene.store.instantiated
-
- InstantiatedTermEnum(InstantiatedIndexReader) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedTermEnum
-
- InstantiatedTermEnum(InstantiatedIndexReader, int) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedTermEnum
-
- InstantiatedTermFreqVector - Class in org.apache.lucene.store.instantiated
-
- InstantiatedTermFreqVector(InstantiatedDocument, String) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedTermFreqVector
-
- InstantiatedTermPositions - Class in org.apache.lucene.store.instantiated
-
- InstantiatedTermPositions(InstantiatedIndexReader) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedTermPositions
-
- InstantiatedTermPositionVector - Class in org.apache.lucene.store.instantiated
-
- InstantiatedTermPositionVector(InstantiatedDocument, String) - Constructor for class org.apache.lucene.store.instantiated.InstantiatedTermPositionVector
-
- isCurrent() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
-
An InstantiatedIndexReader is always current!
Check whether this IndexReader is still using the current (i.e., most
recently committed) version of the index.
- isDeleted(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
-
- isOptimized() - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexReader
-
- isPayloadAvailable() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermPositions
-