Uses of Interface
org.terrier.structures.indexing.LexiconBuilder.CollectionStatisticsCounter

Packages that use LexiconBuilder.CollectionStatisticsCounter
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. 
 

Uses of LexiconBuilder.CollectionStatisticsCounter in org.terrier.structures
 

Methods in org.terrier.structures with parameters of type LexiconBuilder.CollectionStatisticsCounter
static void FSOMapFileLexicon.optimise(String structureName, Index index, LexiconBuilder.CollectionStatisticsCounter statsCounter)
          Does two things to a FSOMapFileLexicon: adds the termid lookup file (if required), and also creates the lexicon has file.
static void FSOMapFileLexicon.optimise(String structureName, Index index, LexiconBuilder.CollectionStatisticsCounter statsCounter, int numEntries)
          optimise
 

Uses of LexiconBuilder.CollectionStatisticsCounter in org.terrier.structures.indexing
 

Classes in org.terrier.structures.indexing that implement LexiconBuilder.CollectionStatisticsCounter
static class LexiconBuilder.BasicLexiconCollectionStaticticsCounter
          counts global statistics in the non-fields case
protected static class LexiconBuilder.FieldLexiconCollectionStaticticsCounter
          counts global statistics in the fields case
protected static class LexiconBuilder.NullCollectionStatisticsCounter
           
 



Terrier 3.6. Copyright © 2004-2011 University of Glasgow