Terrier IR Platform
1.1.1

Uses of Class
uk.ac.gla.terrier.structures.indexing.DocumentPostingList

Packages that use DocumentPostingList
uk.ac.gla.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform. 
 

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

Subclasses of DocumentPostingList in uk.ac.gla.terrier.structures.indexing
 class BlockDocumentPostingList
          Represents the postings of one document, and saves block (term position) information.
 

Methods in uk.ac.gla.terrier.structures.indexing with parameters of type DocumentPostingList
 void LexiconBuilder.addDocumentTerms(DocumentPostingList terms)
          adds the terms of a document to the temporary lexicon in memory.
 void BlockLexiconMap.insert(DocumentPostingList _doc)
          Inserts all the terms from a document posting into the lexicon map
 void LexiconMap.insert(DocumentPostingList doc)
          Inserts all the terms from a document posting into the lexicon map
 


Terrier IR Platform
1.1.1

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