Uses of Package
org.terrier.structures.indexing

Packages that use org.terrier.structures.indexing
org.terrier.indexing Provides classes and interfaces related to the indexing of documents. 
org.terrier.indexing.hadoop Provides classes for Terrier's MapReduce indexer. 
org.terrier.structures Provides the classes that implement the data structures used for retrieval with the Terrier platform. 
org.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform. 
org.terrier.structures.indexing.singlepass Provides implementation of the structures needed for performing a single pass indexing 
 

Classes in org.terrier.structures.indexing used by org.terrier.indexing
DocumentIndexBuilder
          A builder for the document index.
DocumentPostingList
          Represents the postings of one document.
InvertedIndexBuilder
          Builds an inverted index.
LexiconBuilder
          Builds temporary lexicons during indexing a collection and merges them when the indexing of a collection has finished.
MetaIndexBuilder
          Abstract class for writing document metadata.
 

Classes in org.terrier.structures.indexing used by org.terrier.indexing.hadoop
MetaIndexBuilder
          Abstract class for writing document metadata.
 

Classes in org.terrier.structures.indexing used by org.terrier.structures
LexiconBuilder.CollectionStatisticsCounter
          Counter of LexiconEntries
 

Classes in org.terrier.structures.indexing used by org.terrier.structures.indexing
BlockLexiconMap
          LexiconMap implementation that also keeps track of the number of blocks that a term occurrs in.
DocumentPostingList
          Represents the postings of one document.
FieldDocumentPostingList
          FieldDocumentPostingList class
InvertedIndexBuilder
          Builds an inverted index.
InvertedIndexBuilder.IntLongTuple
           
LexiconBuilder
          Builds temporary lexicons during indexing a collection and merges them when the indexing of a collection has finished.
LexiconBuilder.CollectionStatisticsCounter
          Counter of LexiconEntries
LexiconMap
          This class keeps track of the total counts of terms within a bundle of documents being indexed.
MetaIndexBuilder
          Abstract class for writing document metadata.
 

Classes in org.terrier.structures.indexing used by org.terrier.structures.indexing.singlepass
DocumentPostingList
          Represents the postings of one document.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow