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

F

fDocumentInitialWeightIndex - Variable in class uk.ac.gla.terrier.structures.indexing.DocumentInitialWeightIndex
 
FIELD_LOAD_FACTOR - Static variable in class uk.ac.gla.terrier.structures.InvertedIndex
This is used during retrieval for a rough guess sizing of the temporaryTerms arraylist in getDocuments() - retrieval with Fields.
FIELD_NAMES - Static variable in class uk.ac.gla.terrier.utility.FieldScore
The names of the fields to be processed.
FIELD_QUERYING - Static variable in class uk.ac.gla.terrier.utility.ApplicationSetup
Specifies whether fields will be used for querying.
FIELD_TAGS - Static variable in class uk.ac.gla.terrier.utility.TagSet
The prefix for the tags to consider as fields, during indexing.
FieldDocumentTree - Class in uk.ac.gla.terrier.structures.trees
Deprecated.  
FieldDocumentTree() - Constructor for class uk.ac.gla.terrier.structures.trees.FieldDocumentTree
Deprecated.  
FieldDocumentTree.FDTnodeProcedure - Interface in uk.ac.gla.terrier.structures.trees
Deprecated.  
FieldDocumentTreeNode - Class in uk.ac.gla.terrier.structures.trees
Deprecated.  
FieldDocumentTreeNode(String) - Constructor for class uk.ac.gla.terrier.structures.trees.FieldDocumentTreeNode
Deprecated. Constructs a tree node for the given term.
FieldDocumentTreeNode(String, int) - Constructor for class uk.ac.gla.terrier.structures.trees.FieldDocumentTreeNode
Deprecated. Constructs a tree node for the given term, if the term code is already known.
FieldDocumentTreeNode(String, String) - Constructor for class uk.ac.gla.terrier.structures.trees.FieldDocumentTreeNode
Deprecated. Constructs a tree node for the given term that appears within a field.
FieldDocumentTreeNode(String, Set<String>) - Constructor for class uk.ac.gla.terrier.structures.trees.FieldDocumentTreeNode
Deprecated. Constructs a tree node for the given term that appears within the given fields.
FieldQuery - Class in uk.ac.gla.terrier.querying.parser
Models a query qualified with a field.
FieldQuery() - Constructor for class uk.ac.gla.terrier.querying.parser.FieldQuery
An empty default constructor
FieldQuery(Query) - Constructor for class uk.ac.gla.terrier.querying.parser.FieldQuery
Constructs a field query from the given query.
FieldQuery(Query, String) - Constructor for class uk.ac.gla.terrier.querying.parser.FieldQuery
Constructs a field query from the given query and the given field.
FIELDS_COUNT - Static variable in class uk.ac.gla.terrier.utility.FieldScore
The total number of tags to check for.
FieldScore - Class in uk.ac.gla.terrier.utility
A class for modifying the retrieval scores of documents, according to whether the query terms appear to any of the fields, or tags specified by the property FieldTags.process.
FieldScore() - Constructor for class uk.ac.gla.terrier.utility.FieldScore
The default constructor of the class.
FieldScoreModifier - Class in uk.ac.gla.terrier.matching.tsms
Modifies the scores of a term for a document, given the tags the term appears in the document.
FieldScoreModifier() - Constructor for class uk.ac.gla.terrier.matching.tsms.FieldScoreModifier
 
FILE_SEPARATOR - Static variable in class uk.ac.gla.terrier.utility.ApplicationSetup
The file separator used by the operating system.
FileDocument - Class in uk.ac.gla.terrier.indexing
Models a document which corresponds to one file.
FileDocument(File, InputStream) - Constructor for class uk.ac.gla.terrier.indexing.FileDocument
Constructs an instance of the FileDocument from the given input stream.
FileFind - Class in uk.ac.gla.terrier.applications
Takes a list of paths and filenames on the command line, and finds all the files in those directories, displaying only absolute filenames on Standard Output.
FileFind() - Constructor for class uk.ac.gla.terrier.applications.FileFind
 
FileOpener - Interface in uk.ac.gla.terrier.applications.desktop.filehandling
This interface is used for encapsulatign the platform-dependent process of opening a file with an arbitrary extension.
FilePosition - Class in uk.ac.gla.terrier.structures
Models a position within a file as the offset in bytes and the offset in bits in that byte.
FilePosition() - Constructor for class uk.ac.gla.terrier.structures.FilePosition
Default constructor.
FilePosition(long, byte) - Constructor for class uk.ac.gla.terrier.structures.FilePosition
Creates an instance of the class from the given byte and bit offsets.
FilePosition(byte[]) - Constructor for class uk.ac.gla.terrier.structures.FilePosition
Create an instance based on a byte buffer
FilePosition(FilePosition) - Constructor for class uk.ac.gla.terrier.structures.FilePosition
Create a new FilePosition based on an existing one
Files - Class in uk.ac.gla.terrier.utility
Utililty class for opening readers/writers and input/output streams to files.
Files() - Constructor for class uk.ac.gla.terrier.utility.Files
 
filter(Manager, SearchRequest, ResultSet, int, int) - Method in interface uk.ac.gla.terrier.querying.PostFilter
Called for each result in the resultset, used to filter out unwanted results.
FILTER_ADJUSTED - Static variable in interface uk.ac.gla.terrier.querying.PostFilter
The score for this result has been adjusted, please ensure the resultset is re-sorted
FILTER_OK - Static variable in interface uk.ac.gla.terrier.querying.PostFilter
This result should be included in the resultset
FILTER_REMOVE - Static variable in interface uk.ac.gla.terrier.querying.PostFilter
This result should not be included in the resultset
findTerm(int) - Method in class uk.ac.gla.terrier.structures.BlockLexicon
Finds the term given its term code.
findTerm(String) - Method in class uk.ac.gla.terrier.structures.BlockLexicon
Performs a binary search in the lexicon in order to locate the given term.
findTerm(int) - Method in class uk.ac.gla.terrier.structures.Lexicon
Finds the term given its term code.
findTerm(String) - Method in class uk.ac.gla.terrier.structures.Lexicon
Performs a binary search in the lexicon in order to locate the given term.
findTerm(int) - Method in class uk.ac.gla.terrier.structures.UTFBlockLexicon
Finds the term given its term code.
findTerm(String) - Method in class uk.ac.gla.terrier.structures.UTFBlockLexicon
Performs a binary search in the lexicon in order to locate the given term.
findTerm(int) - Method in class uk.ac.gla.terrier.structures.UTFLexicon
Finds the term given its term code.
findTerm(String) - Method in class uk.ac.gla.terrier.structures.UTFLexicon
Performs a binary search in the lexicon in order to locate the given term.
finishedCollections() - Method in class uk.ac.gla.terrier.structures.indexing.DirectIndexBuilder
When the indexing has reached the end of all collections, this method writes the buffers on disk and closes the corresponding files.
finishedCollections() - Method in class uk.ac.gla.terrier.structures.indexing.DocumentIndexBuilder
Closes the underlying file after finished processing the collections.
finishedDirectIndexBuild() - Method in class uk.ac.gla.terrier.structures.indexing.BlockLexiconBuilder
The method that performs processing of the lexicon after the creation of the direct index has been completed.
finishedDirectIndexBuild() - Method in class uk.ac.gla.terrier.structures.indexing.LexiconBuilder
Processing the lexicon after finished creating the direct and document indexes.
finishedDirectIndexBuild() - Method in class uk.ac.gla.terrier.structures.indexing.UTFBlockLexiconBuilder
The method that performs processing of the lexicon after the creation of the direct index has been completed.
finishedDirectIndexBuild() - Method in class uk.ac.gla.terrier.structures.indexing.UTFLexiconBuilder
Processing the lexicon after finished creating the direct and document indexes.
finishedInvertedIndexBuild() - Method in class uk.ac.gla.terrier.structures.indexing.LexiconBuilder
Processing the lexicon after finished creating the inverted index.
FinnishSnowballStemmer - Class in uk.ac.gla.terrier.terms
Finnish stemmer implmented by Snowball.
FinnishSnowballStemmer(TermPipeline) - Constructor for class uk.ac.gla.terrier.terms.FinnishSnowballStemmer
 
flush() - Method in class uk.ac.gla.terrier.compression.BitOutputStream
Flush the underlying DataOutputStream to disk
flushBuffer() - Method in class uk.ac.gla.terrier.structures.indexing.DirectIndexBuilder
Flushes the data to disk.
forEachNode(FieldDocumentTree.FDTnodeProcedure) - Method in class uk.ac.gla.terrier.structures.trees.FieldDocumentTree
Deprecated. Applies a input procedure to each node of the tree recursively.
FrenchSnowballStemmer - Class in uk.ac.gla.terrier.terms
French stemmer implmented by Snowball.
FrenchSnowballStemmer(TermPipeline) - Constructor for class uk.ac.gla.terrier.terms.FrenchSnowballStemmer
 
frequency - Variable in class uk.ac.gla.terrier.structures.trees.TreeNode
Deprecated. The frequency of the term.
fTermEstimateIndex - Variable in class uk.ac.gla.terrier.structures.indexing.TermEstimateIndex
The file containing the term estimate index.

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