| Package | Description | 
|---|---|
| org.terrier.realtime.incremental | 
 Provides incremental indexing functionality. 
 | 
| org.terrier.realtime.memory | 
 Provides MemoryIndex structures. 
 | 
| org.terrier.realtime.memory.fields | 
 Provides MemoryIndex structures that support field search. 
 | 
| Class and Description | 
|---|
| MemoryIndex
 An index held in fully memory. 
 | 
| Class and Description | 
|---|
| MemoryCollectionStatistics
 This class provides basic statistics in memory for a collection of documents, 
 such as the average length of documents, or the total number of documents in 
 the collection. 
 | 
| MemoryDocumentIndex
 An in-memory version of the Document index. 
 | 
| MemoryDocumentIndexMap
 This class is a special variant of the Memory index class where the
 Document index is backed by a fast mapping structure in memory. 
 | 
| MemoryInvertedIndex
 A basic inverted file implementation for use with MemoryIndex structures. 
 | 
| MemoryLexicon
 The lexicon structure for a MemoryIndex. 
 | 
| MemoryLexiconEntry
 A lexicon entry stored in a MemoryLexicon. 
 | 
| MemoryMetaIndex
 An in-memory version of a Meta-data index. 
 | 
| MemoryPointer
 Pointer type for use with MemoryIndex. 
 | 
| MemoryPostingList
 A memory posting list interface 
 | 
| MetaIndexMap
 An interface defining a meta index structure 
 | 
| Class and Description | 
|---|
| MemoryDocumentIndex
 An in-memory version of the Document index. 
 | 
| MemoryDocumentIndexMap
 This class is a special variant of the Memory index class where the
 Document index is backed by a fast mapping structure in memory. 
 | 
| MemoryIndex
 An index held in fully memory. 
 | 
| MemoryInvertedIndex
 A basic inverted file implementation for use with MemoryIndex structures. 
 | 
| MemoryIterablePosting
 A postings list implementation held fully in memory. 
 | 
| MemoryLexiconEntry
 A lexicon entry stored in a MemoryLexicon. 
 | 
| MemoryPointer
 Pointer type for use with MemoryIndex. 
 | 
Terrier 4.0. Copyright © 2004-2014 University of Glasgow