Terrier IR Platform
1.1.1

Uses of Class
uk.ac.gla.terrier.structures.Index

Packages that use Index
uk.ac.gla.terrier.applications Provides application-level code that use the Terrier platform to perform indexing and retrieval from either standard test collections, interactive querying of a indexed collection, or desktop search. 
uk.ac.gla.terrier.indexing Provides classes and interfaces related to the indexing of documents. 
uk.ac.gla.terrier.matching Provides the classes and interfaces used for matching documents to queries. 
uk.ac.gla.terrier.matching.dsms Provides the interface and the classes for modifying the scores of documents after an score has been assigned to documents, or implementing the combination of evidence. 
uk.ac.gla.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. 
uk.ac.gla.terrier.structures Provides the classes that implement the data structures used for retrieval with the Terrier platform. 
uk.ac.gla.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform. 
 

Uses of Index in uk.ac.gla.terrier.applications
 

Methods in uk.ac.gla.terrier.applications that return Index
 Index TRECQuerying.getIndex()
          Get the index pointer.
 

Methods in uk.ac.gla.terrier.applications with parameters of type Index
 void TRECQuerying.setIndex(Index i)
          Set the index pointer.
 

Constructors in uk.ac.gla.terrier.applications with parameters of type Index
TRECQuerying(Index i)
          TRECQuerying constructor initialises the specified inverted index, the lexicon and the document index structures.
 

Uses of Index in uk.ac.gla.terrier.indexing
 

Constructors in uk.ac.gla.terrier.indexing with parameters of type Index
CreateDocumentInitialWeightIndex(Index i, java.lang.String modelName)
           
CreateTermEstimateIndex(Index i, java.lang.String modelName)
           
 

Uses of Index in uk.ac.gla.terrier.matching
 

Constructors in uk.ac.gla.terrier.matching with parameters of type Index
LMMatching(Index index)
          Default constructor.
Matching(Index index)
          A default constructor that creates the CollectionResultSet and initialises the document and term modifier containers.
 

Uses of Index in uk.ac.gla.terrier.matching.dsms
 

Methods in uk.ac.gla.terrier.matching.dsms with parameters of type Index
 boolean BooleanFallback.modifyScores(Index index, MatchingQueryTerms queryTerms, ResultSet resultSet)
          Applies boolean fallback to the given result set.
 boolean BooleanScoreModifier.modifyScores(Index index, MatchingQueryTerms query, ResultSet resultSet)
          Zeros the scores of documents in which only some of the query terms appear.
 boolean DocumentScoreModifier.modifyScores(Index index, MatchingQueryTerms queryTerms, ResultSet resultSet)
          Modifies the scores of the documents for a given query.
 boolean PhraseScoreModifier.modifyScores(Index index, MatchingQueryTerms terms, ResultSet set)
          Modifies the scores of documents, in which there exist, or there does not exist a given phrase.
 

Uses of Index in uk.ac.gla.terrier.querying
 

Methods in uk.ac.gla.terrier.querying that return Index
 Index Manager.getIndex()
          Returns the index used by the manager.
 

Constructors in uk.ac.gla.terrier.querying with parameters of type Index
Manager(Index diskIndexes)
           
 

Uses of Index in uk.ac.gla.terrier.structures
 

Methods in uk.ac.gla.terrier.structures that return Index
static Index Index.createIndex()
          Factory method for creating an index.
static Index Index.createIndex(java.lang.String path, java.lang.String prefix)
          Factory method for creating an index.
 

Uses of Index in uk.ac.gla.terrier.structures.indexing
 

Constructors in uk.ac.gla.terrier.structures.indexing with parameters of type Index
DocumentInitialWeightIndex(Index index)
           
TermEstimateIndex(Index index)
           
 


Terrier IR Platform
1.1.1

Terrier Information Retrieval Platform 1.1.1. Copyright 2004-2007 University of Glasgow