Uses of Class
org.terrier.structures.indexing.LexiconMap

Packages that use LexiconMap
org.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform. 
 

Uses of LexiconMap in org.terrier.structures.indexing
 

Subclasses of LexiconMap in org.terrier.structures.indexing
 class BlockFieldLexiconMap
          BlockFieldLexiconMap class
 class BlockLexiconMap
          LexiconMap implementation that also keeps track of the number of blocks that a term occurrs in.
 class FieldLexiconMap
          class FieldLexicanMap
 

Fields in org.terrier.structures.indexing declared as LexiconMap
protected  LexiconMap LexiconBuilder.TempLex
          The lexicontree to write the current term stream to
 

Methods in org.terrier.structures.indexing that return LexiconMap
protected static LexiconMap LexiconBuilder.instantiate(Class<? extends LexiconMap> LexiconMapClass)
           
 

Method parameters in org.terrier.structures.indexing with type arguments of type LexiconMap
protected static LexiconMap LexiconBuilder.instantiate(Class<? extends LexiconMap> LexiconMapClass)
           
 

Constructors in org.terrier.structures.indexing with parameters of type LexiconMap
LexiconBuilder(Index i, String _structureName, LexiconMap lexiconMap, String _lexiconEntryClass)
          constructor
 

Constructor parameters in org.terrier.structures.indexing with type arguments of type LexiconMap
LexiconBuilder(Index i, String _structureName, Class<? extends LexiconMap> _LexiconMapClass, String _lexiconEntryClass)
          constructor
 



Terrier 3.6. Copyright © 2004-2011 University of Glasgow