Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Terrier IR Platform
1.1.1
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
W
A
AboutTerrier
- Class in
uk.ac.gla.terrier.applications.desktop
The about dialog for the desktop search application.
AboutTerrier()
- Constructor for class uk.ac.gla.terrier.applications.desktop.
AboutTerrier
This is the default constructor
AboutTerrier(JFrame)
- Constructor for class uk.ac.gla.terrier.applications.desktop.
AboutTerrier
add(String)
- Method in class uk.ac.gla.terrier.querying.parser.
MultiTermQuery
add(Query)
- Method in class uk.ac.gla.terrier.querying.parser.
MultiTermQuery
Adds a subquery to this query.
add(LexiconEntry)
- Method in class uk.ac.gla.terrier.structures.
LexiconEntry
increment this lexicon entry by another
addDocument(FieldDocumentTreeNode[])
- Method in class uk.ac.gla.terrier.structures.indexing.
BlockDirectIndexBuilder
Deprecated.
addDocument(int[][])
- Method in class uk.ac.gla.terrier.structures.indexing.
BlockDirectIndexBuilder
Adds a document to the direct index and returns the offset in the direct index after adding the document.
addDocument(FieldDocumentTreeNode[])
- Method in class uk.ac.gla.terrier.structures.indexing.
DirectIndexBuilder
Adds a document in the direct index, using field information optionally.
addDocument(int[][])
- Method in class uk.ac.gla.terrier.structures.indexing.
DirectIndexBuilder
Adds a document in the direct index, using field information optionally.
addDocumentScoreModifier(DocumentScoreModifier)
- Method in class uk.ac.gla.terrier.matching.
Matching
Registers a document score modifier.
addDocumentScoreModifier(DocumentScoreModifier)
- Method in class uk.ac.gla.terrier.matching.
MatchingQueryTerms
Adds a document score modifier for the query.
addDocumentTerms(FieldDocumentTreeNode[])
- Method in class uk.ac.gla.terrier.structures.indexing.
LexiconBuilder
Adds the terms of a document in the temporary lexicon in memory.
addDocumentTerms(DocumentPostingList)
- Method in class uk.ac.gla.terrier.structures.indexing.
LexiconBuilder
adds the terms of a document to the temporary lexicon in memory.
addEntry(String, int, FilePosition)
- Method in class uk.ac.gla.terrier.structures.
DocumentIndexOutputStream
Adds to the index a new entry, giving to it the next available document id.
addEntry(String, int, long, byte)
- Method in class uk.ac.gla.terrier.structures.
DocumentIndexOutputStream
Adds to the index a new entry, giving to it the next available document id.
addEntry(String, int, int, long, byte)
- Method in class uk.ac.gla.terrier.structures.
DocumentIndexOutputStream
As above, but for use when the docid is already known.
addEntryToBuffer(String, int, FilePosition)
- Method in class uk.ac.gla.terrier.structures.indexing.
DocumentIndexBuilder
Adds to the index a new entry, giving to it the next available document id.
addMatchingModel(String, String)
- Method in class uk.ac.gla.terrier.querying.
Request
Set the matching model and weighting model that the Manager should use for this query
addMatchingModel(String, String)
- Method in interface uk.ac.gla.terrier.querying.
SearchRequest
Set the matching model and weighting model that the Manager should use for this query
addMetaItem(String, int, String)
- Method in class uk.ac.gla.terrier.matching.
CollectionResultSet
Empty method.
addMetaItem(String, int, String)
- Method in class uk.ac.gla.terrier.matching.
QueryResultSet
Adds a metadata value for a given document
addMetaItem(String, int, String)
- Method in interface uk.ac.gla.terrier.matching.
ResultSet
Adds a metadata value for a given document
addMetaItems(String, String[])
- Method in class uk.ac.gla.terrier.matching.
CollectionResultSet
Empty method.
addMetaItems(String, String[])
- Method in class uk.ac.gla.terrier.matching.
QueryResultSet
Adds the metadata values for all the documents in the result set.
addMetaItems(String, String[])
- Method in interface uk.ac.gla.terrier.matching.
ResultSet
Adds the metadata values for all the documents in the result set.
addTemporaryLexicon(String)
- Method in class uk.ac.gla.terrier.structures.indexing.
LexiconBuilder
If the application code generated lexicons itself, use this method to add them to the merge list Otherwise dont touch this method.
addTermPropertyWeight(String, double)
- Method in class uk.ac.gla.terrier.matching.
MatchingQueryTerms
Adds the given weight for an already existing term in the query.
addTermScoreModifier(TermScoreModifier)
- Method in class uk.ac.gla.terrier.matching.
Matching
Registers a term score modifier.
addToFieldScore(String)
- Method in class uk.ac.gla.terrier.structures.trees.
FieldDocumentTreeNode
Deprecated.
Adds the field to the field score of the tree node.
addToFieldScore(Set<String>)
- Method in class uk.ac.gla.terrier.structures.trees.
FieldDocumentTreeNode
Deprecated.
Adds the fields to the field score of the tree node.
AdhocEvaluation
- Class in
uk.ac.gla.terrier.evaluation
Performs the evaluation for TREC's tasks, except the named page task.
AdhocEvaluation()
- Constructor for class uk.ac.gla.terrier.evaluation.
AdhocEvaluation
AdhocFullQueryEvaluation
- Class in
uk.ac.gla.terrier.evaluation
Performs a query by query evaluation of a results file.
AdhocFullQueryEvaluation()
- Constructor for class uk.ac.gla.terrier.evaluation.
AdhocFullQueryEvaluation
AfterEffect
- Class in
uk.ac.gla.terrier.matching.models.aftereffect
This class provides a contract for implementing the first normalisation by after effect models for the DFR framework.
AfterEffect()
- Constructor for class uk.ac.gla.terrier.matching.models.aftereffect.
AfterEffect
A default constructor
application
- Static variable in class uk.ac.gla.terrier.applications.desktop.filehandling.
MacOSXFileOpener
Set to
/usr/bin/open
which is a useful MacOS X application for opening document using their associated application.
ApplicationSelector
- Class in
uk.ac.gla.terrier.applications.desktop.filehandling
A dialog that selects an application to use for opening files with a given extension.
ApplicationSetup
- Class in
uk.ac.gla.terrier.utility
This class retrieves and provides access to all the constants and parameters for the system.
ApplicationSetup()
- Constructor for class uk.ac.gla.terrier.utility.
ApplicationSetup
applyFieldScoreModifier(int, double)
- Static method in class uk.ac.gla.terrier.utility.
FieldScore
Computes the modified score for a document with a given fieldScore (a bitset where each bit represents a tag) and its original score.
applyOptions(int)
- Method in class
TrecTerrier
applyTermPipeline(TermPipelineAccessor)
- Method in class uk.ac.gla.terrier.querying.parser.
MultiTermQuery
Applies the given term pipeline to the query terms and sub-queries that construct this query.
applyTermPipeline(TermPipelineAccessor)
- Method in class uk.ac.gla.terrier.querying.parser.
Query
Applies a term pipeline in the query's terms, through the given term pipeline accessor.
applyTermPipeline(TermPipelineAccessor)
- Method in class uk.ac.gla.terrier.querying.parser.
SingleTermQuery
Puts the query term in the given term pipeline, which is accessed through the given accessor object.
ascendingHeapSort(int[], int[], int[])
- Static method in class uk.ac.gla.terrier.sorting.
HeapSortInt
Sorts the given arrays in ascending order, using heap-sort.
ascendingHeapSort(int[], int[], int[], int[])
- Static method in class uk.ac.gla.terrier.sorting.
HeapSortInt
ascendingHeapSort(int[], int[])
- Static method in class uk.ac.gla.terrier.sorting.
HeapSortInt
Sorts the given arrays in ascending order, using heap-sort.
ascendingHeapSort(int[], int[], int[], int)
- Static method in class uk.ac.gla.terrier.sorting.
HeapSortInt
Sorts the top
topElements
of the given array in ascending order, using heap sort.
ascendingHeapSort(double[], int[], short[])
- Static method in class uk.ac.gla.terrier.utility.
HeapSort
Sorts the given arrays in ascending order, using heap-sort.
ascendingHeapSort(double[], int[], short[], int)
- Static method in class uk.ac.gla.terrier.utility.
HeapSort
Sorts the top
topElements
of the given array in ascending order, using heap sort.
assignWeights(QueryExpansionModel)
- Method in class uk.ac.gla.terrier.structures.
ExpansionTerms
Assign weight to terms that are stored in ExpansionTerm[] terms.
AssociationFileOpener
- Class in
uk.ac.gla.terrier.applications.desktop.filehandling
This class implements the interface FileOpener, using a properties file for storing the file associations.
AssociationFileOpener()
- Constructor for class uk.ac.gla.terrier.applications.desktop.filehandling.
AssociationFileOpener
averageTermGenerationProbability(int[], double[])
- Method in class uk.ac.gla.terrier.matching.models.languagemodel.
LanguageModel
The method provides the contract for computing the average term generation probability of a term in vocabulary.
averageTermGenerationProbability(int[], double[])
- Method in class uk.ac.gla.terrier.matching.models.languagemodel.
PonteCroft
The method computes the average term generation probability of a term in vocabulary.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Terrier IR Platform
1.1.1
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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