Terrier IR Platform
1.1.1
A B C D E F G H I K L M N O P Q R S T U W

R

read() - Method in class uk.ac.gla.terrier.utility.LookAheadReader
Read a character from the parent stream, first checking that it doesnt form part of the end marker.
read(char[]) - Method in class uk.ac.gla.terrier.utility.LookAheadReader
Read characters into an array.
read(char[], int, int) - Method in class uk.ac.gla.terrier.utility.LookAheadReader
Read characters into a portion of an array.
read() - Method in class uk.ac.gla.terrier.utility.LookAheadStream
Read a character from the parent stream, first checking that it doesnt form part of the end marker.
read(char[]) - Method in class uk.ac.gla.terrier.utility.LookAheadStream
Read characters into an array.
read(char[], int, int) - Method in class uk.ac.gla.terrier.utility.LookAheadStream
Read characters into a portion of an array.
readBinary(int) - Method in class uk.ac.gla.terrier.compression.BitFile
Reads a binary integer from the already read buffer.
readBinary(int) - Method in class uk.ac.gla.terrier.compression.BitInputStream
Reads a binary integer from the already read buffer.
readGamma() - Method in class uk.ac.gla.terrier.compression.BitFile
Reads and decodes a gamma encoded integer from the already read buffer.
readGamma() - Method in class uk.ac.gla.terrier.compression.BitInputStream
Reads a gamma encoded integer from the stream
readNextEntry() - Method in class uk.ac.gla.terrier.structures.BlockLexiconInputStream
Read the next lexicon entry.
readNextEntry() - Method in class uk.ac.gla.terrier.structures.DocumentIndexInputStream
Reads the next entry from the stream.
readNextEntry() - Method in class uk.ac.gla.terrier.structures.LexiconInputStream
Read the next lexicon entry.
readNextEntry() - Method in class uk.ac.gla.terrier.structures.UTFBlockLexiconInputStream
Read the next lexicon entry.
readNextEntry() - Method in class uk.ac.gla.terrier.structures.UTFLexiconInputStream
Read the next lexicon entry, where the term is parsed as a string.
readNextEntryBytes() - Method in class uk.ac.gla.terrier.structures.LexiconInputStream
This is an alias to readNextEntry(), except for implementations that cannot parse the string from the byte array.
readNextEntryBytes() - Method in class uk.ac.gla.terrier.structures.UTFBlockLexiconInputStream
Read the next lexicon entry, where the term is saved as a byte array.
readNextEntryBytes() - Method in class uk.ac.gla.terrier.structures.UTFLexiconInputStream
Read the next lexicon entry, where the term is saved as a byte array.
readReset(long, byte, long, byte) - Method in class uk.ac.gla.terrier.compression.BitFile
Reads from the file a specific number of bytes and after this call, a sequence of read calls may follow.
readUnary() - Method in class uk.ac.gla.terrier.compression.BitFile
Reads a unary integer from the already read buffer.
readUnary() - Method in class uk.ac.gla.terrier.compression.BitInputStream
Reads a unary encoded integer from the stream.
ready() - Method in class uk.ac.gla.terrier.utility.LookAheadReader
Indicates whether there are more characters available to read from the stream.
ready() - Method in class uk.ac.gla.terrier.utility.LookAheadStream
Indicates whether there are more characters available to read from the stream.
REC_LOG_2_OF_E - Static variable in class uk.ac.gla.terrier.matching.models.Idf
The reciprocal of CONSTANT, computed for efficiency.
relGrade - Variable in class uk.ac.gla.terrier.evaluation.TRECQrelsInMemory.QrelsHashSet
All relevance grades indicated in the qrels.
relGradeDocnosMap - Variable in class uk.ac.gla.terrier.evaluation.TRECQrelsInMemory.QrelsHashSet
A hashmap from the relevance grade to a hashset containing ids of documents with the given relevance grade.
renderFolders() - Method in class uk.ac.gla.terrier.applications.desktop.IndexFolders
 
Request - Class in uk.ac.gla.terrier.querying
Request SearchRequest contains the details of the search engine for one query, including the query itself, the resultset, and the controls.
Request() - Constructor for class uk.ac.gla.terrier.querying.Request
 
RequiredTermModifier - Class in uk.ac.gla.terrier.matching.tsms
Resets the scores of documents according to whether a term is required or not, and whether it appears in the retrieved documents.
RequiredTermModifier(boolean) - Constructor for class uk.ac.gla.terrier.matching.tsms.RequiredTermModifier
Constructs an instance of a TermInFieldModifier given the requirement that the term should, or should not appear in the query.
RequirementQuery - Class in uk.ac.gla.terrier.querying.parser
Models a query where the query terms have been qualified with a requirement operator, either plus, or minus.
RequirementQuery() - Constructor for class uk.ac.gla.terrier.querying.parser.RequirementQuery
An empty default constructor.
reset() - Method in interface uk.ac.gla.terrier.indexing.Collection
Resets the Collection iterator to the start of the collection.
reset() - Method in class uk.ac.gla.terrier.indexing.SimpleFileCollection
Starts again from the beginning of the collection.
reset() - Method in class uk.ac.gla.terrier.indexing.SimpleXMLCollection
 
reset() - Method in class uk.ac.gla.terrier.indexing.TRECCollection
Resets the collection object back to the beginning of the collection.
reset() - Method in class uk.ac.gla.terrier.structures.TRECQuery
Resets the query index.
reset() - Method in class uk.ac.gla.terrier.utility.LookAheadReader
Reset the stream.
reset() - Method in class uk.ac.gla.terrier.utility.LookAheadStream
Reset the stream.
reset() - Static method in class uk.ac.gla.terrier.utility.TermCodes
Resets the hashmap that contains the mapping from the terms to the term ids.
resetBuffer() - Method in class uk.ac.gla.terrier.structures.indexing.DirectIndexBuilder
Resets the internal buffer for writing data.
restart() - Method in class uk.ac.gla.terrier.utility.TerrierTimer
Reset the timer.
ResultSet - Interface in uk.ac.gla.terrier.matching
The interface that defines the functionalities of a result set.
right - Variable in class uk.ac.gla.terrier.structures.trees.BlockFieldDocumentTreeNode
Deprecated. The right child of the node.
right - Variable in class uk.ac.gla.terrier.structures.trees.BlockLexiconTreeNode
Deprecated. The right child of the node.
right - Variable in class uk.ac.gla.terrier.structures.trees.BlockTreeNode
Deprecated. The right child of the node.
right - Variable in class uk.ac.gla.terrier.structures.trees.FieldDocumentTreeNode
Deprecated. The right child of the node.
right - Variable in class uk.ac.gla.terrier.structures.trees.TermTreeNode
Deprecated. The right child of the node.
right - Variable in class uk.ac.gla.terrier.structures.trees.TreeNode
Deprecated. The right child of the node.
risk(double, double, double) - Method in class uk.ac.gla.terrier.matching.models.languagemodel.LanguageModel
The method provides the contract for computing the risk of retrieving a seen query term.
risk(double, double, double) - Method in class uk.ac.gla.terrier.matching.models.languagemodel.PonteCroft
The method computes the risk of retrieving a seen query term.
ROCCHIO_BETA - Variable in class uk.ac.gla.terrier.matching.models.queryexpansion.QueryExpansionModel
Rocchio's beta for query expansion.
RomanianSnowballStemmer - Class in uk.ac.gla.terrier.terms
Romanian stemmer implmented by Snowball.
RomanianSnowballStemmer(TermPipeline) - Constructor for class uk.ac.gla.terrier.terms.RomanianSnowballStemmer
 
round(double, int) - Static method in class uk.ac.gla.terrier.utility.Rounding
Round a double alue to a specified number of decimal places.
round(float, int) - Static method in class uk.ac.gla.terrier.utility.Rounding
Round a float value to a specified number of decimal places.
Rounding - Class in uk.ac.gla.terrier.utility
A class for performing the rounding of a number in various ways for various applications.
Rounding() - Constructor for class uk.ac.gla.terrier.utility.Rounding
 
run() - Method in class TrecTerrier
Calls the required classes from Terrier.
runMatching(SearchRequest) - Method in class uk.ac.gla.terrier.querying.Manager
Runs the weighting and matching stage - this the main entry into the rest of the Terrier framework.
runPostFilters(SearchRequest) - Method in class uk.ac.gla.terrier.querying.Manager
Runs the PostFilter modules in order added.
runPostProcessing(SearchRequest) - Method in class uk.ac.gla.terrier.querying.Manager
Runs the PostProcessing modules in order added.
runPreProcessing(SearchRequest) - Method in class uk.ac.gla.terrier.querying.Manager
runPreProcessing
RussianSnowballStemmer - Class in uk.ac.gla.terrier.terms
Russian stemmer implmented by Snowball.
RussianSnowballStemmer(TermPipeline) - Constructor for class uk.ac.gla.terrier.terms.RussianSnowballStemmer
 

Terrier IR Platform
1.1.1
A B C D E F G H I K L M N O P Q R S T U W
Terrier Information Retrieval Platform 1.1.1. Copyright 2004-2007 University of Glasgow