Uses of Class
org.terrier.structures.MapLexicon
-
Packages that use MapLexicon Package Description org.terrier.realtime.memory Provides MemoryIndex structures.org.terrier.structures Provides the interfaces for the index data structures used for retrieval with the Terrier platform. -
-
Uses of MapLexicon in org.terrier.realtime.memory
Subclasses of MapLexicon in org.terrier.realtime.memory Modifier and Type Class Description class
MemoryLexicon
The lexicon structure for a MemoryIndex. -
Uses of MapLexicon in org.terrier.structures
Subclasses of MapLexicon in org.terrier.structures Modifier and Type Class Description class
FSOMapFileLexicon
Instance of a Lexicon<String> where a FSOrderedMapFile is always used as a backing store.class
FSOMapFileLexiconGeneric<K1,K2 extends org.apache.hadoop.io.WritableComparable>
-