See: Description
Interface | Description |
---|---|
BitFilePosition |
A bit file position
|
BitIndexPointer |
A pointer implementation for BitPostingIndex structures.
|
BlockEntryStatistics | Deprecated |
Closeable | Deprecated
Use java.io.Closeable instead
|
DocumentIndex |
Interface for a document index.
|
EntryStatistics |
An interface for basic statistics about a lexical entry (usually a term)
|
FieldDocumentIndex |
Interface for a fields document index
|
FieldEntryStatistics |
The statistics for a field entry
|
IndexConfigurable |
Interface defining that an index structure wants access to the
Index object it is associated with.
|
IndexFactory.IndexLoader | |
MapLexicon.Id2EntryIndexLookup |
Interface for getting the lexicon term index for a given term id
|
MetaIndex |
Interface for document metadata.
|
NgramEntryStatistics | |
Pointer |
A base interface for all pointers
|
PostingIndex<POINTERTYPE extends Pointer> |
An interface for accessing a posting list.
|
PostingIndexInputStream |
Interface for reading postings from an input stream
|
Skipable |
Interface denoting implementations which can skip forward in a stream by a number of entries.
|
Class | Description |
---|---|
AbstractPostingOutputStream |
Abstract class that is extended by other posting output stream implementations
|
BasicDocumentIndexEntry |
A basic document index entry.
|
BasicDocumentIndexEntry.Factory |
Returna a factory for creating document index entries
|
BasicLexiconEntry |
Contains all the information about one entry in the Lexicon.
|
BasicLexiconEntry.Factory |
Factory for creating LexiconEntry objects
|
BasicTermStatsLexiconEntry |
A LexiconEntry which only contains EntryStatistics
|
CollectionStatistics |
This class provides basic statistics for the indexed
collection of documents, such as the average length of documents,
or the total number of documents in the collection.
|
CollectionStatistics.Command | |
CompressingMetaIndex |
A
MetaIndex implementation that compresses contents. |
CompressingMetaIndex.InputStream |
An iterator for reading a MetaIndex as a stream
|
ConcurrentIndexLoader |
An index loader for index references for indices that we wish to be thread safe
|
DocumentIndexEntry |
A document index entry.
|
FieldDocumentIndexEntry |
A document index entry for use with fields
|
FieldDocumentIndexEntry.Factory |
Factory for creating a field document index entry
|
FieldLexiconEntry |
A LexiconEntry with field support
|
FieldLexiconEntry.Factory |
Factory for a LexiconEntry
|
FilePosition |
Models a position within a file as the offset in bytes
and the offset in bits in that byte.
|
FSADocumentIndex |
Document Index saved as a fixed size array
|
FSADocumentIndex.FSADocumentIndexIterator |
Gets an iterator over the documents in this index
|
FSAFieldDocumentIndex |
Fields document index stored as a fixed size array
|
FSOMapFileLexicon |
Instance of a Lexicon<String> where a FSOrderedMapFile is always used as a backing store.
|
FSOMapFileLexicon.MapFileLexiconEntryIterator | |
FSOMapFileLexicon.MapFileLexiconIterator | |
FSOMapFileLexiconGeneric<K1,K2 extends org.apache.hadoop.io.WritableComparable> | |
FSOMapFileLexiconGeneric.MapFileLexiconEntryIterator<T extends org.apache.hadoop.io.WritableComparable<?>> |
Iterate through the values in order
|
FSOMapFileLexiconGeneric.MapFileLexiconIterator<T1,T2 extends org.apache.hadoop.io.WritableComparable<?>> |
An iterator over the lexicon
|
FSOMapFileLexiconOutputStream |
A LexiconOutputStream for FSOMapFileLexicon.
|
FSOMapFileLexiconOutputStreamGeneric<T1,T2 extends org.apache.hadoop.io.WritableComparable<?>> | |
Index |
This class encapsulates all the Indexes at retrieval time.
|
IndexFactory | |
IndexFactory.DirectIndexLoader | |
IndexFactory.DirectIndexRef | |
IndexFactory.DiskIndexLoader | |
IndexOnDisk |
The replacement for what was Index in earlier Terrier versions.
|
IndexUtil |
Class with handy utilities for use on an Index.
|
IndexUtil.Command | |
Lexicon<KEY> |
Abstract Lexicon implementation.
|
Lexicon.LexiconFileEntry<KEY2> | |
LexiconEntry |
Represents the statistics of a term in the
Lexicon , and
a pointer to the term's location in a PostingIndex . |
LexiconOutputStream<KEY> |
This class implements an output stream for the lexicon structure.
|
LexiconUtil |
Lexicon utilities class.
|
MapLexicon<K1,K2 extends org.apache.hadoop.io.WritableComparable> |
Implementation of a lexicon.
|
MapLexicon.IdIsIndex |
Lexicon map where the termid is the term index
|
NonIncrementalDocumentIndexEntry |
This class is created to represent a
DocumentIndexEntry that
do not assume an incremental docids, but instead maintains the docid. |
NonIncrementalDocumentIndexEntry.Factory |
Returna a factory for creating document index entries
|
PostingIndex.DocidSpecificDocumentIndex | |
SimpleBitIndexPointer |
An implementation of a BitIndexPointer.
|
SimpleBitIndexPointer.Factory |
Factory class for
SimpleBitIndexPointer . |
SimpleDocumentIndexEntry |
A document index entry that doesn't write out direct index offset.
|
SimpleDocumentIndexEntry.Factory |
Factory for the creation of DocumentIndexEntry objects
|
SimpleNgramEntryStatistics | |
SingleLineTRECQuery | Deprecated |
TRECQuery | Deprecated |
Annotation Type | Description |
---|---|
ConcurrentReadable |
Provides the classes that implement the data structures used for retrieval with the Terrier platform.
These include the implementations of the inverted index, the direct index, the lexicon and the document index.
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow