Uses of Interface
org.terrier.structures.MapLexicon.Id2EntryIndexLookup
-
Packages that use MapLexicon.Id2EntryIndexLookup Package Description org.terrier.structures Provides the interfaces for the index data structures used for retrieval with the Terrier platform. -
-
Uses of MapLexicon.Id2EntryIndexLookup in org.terrier.structures
Classes in org.terrier.structures that implement MapLexicon.Id2EntryIndexLookup Modifier and Type Class Description protected static class
MapLexicon.IdIsIndex
Lexicon map where the termid is the term indexMethods in org.terrier.structures with parameters of type MapLexicon.Id2EntryIndexLookup Modifier and Type Method Description protected void
MapLexicon. setTermIdLookup(MapLexicon.Id2EntryIndexLookup idlookupobject)
Constructors in org.terrier.structures with parameters of type MapLexicon.Id2EntryIndexLookup Constructor Description MapLexicon(java.util.Map<K2,LexiconEntry> backingMap, MapLexicon.Id2EntryIndexLookup idlookupobject)
Construct an instance of the class with
-