Interface MapLexicon.Id2EntryIndexLookup

All Known Implementing Classes:
MapLexicon.IdIsIndex
Enclosing class:
MapLexicon<K1,​K2 extends org.apache.hadoop.io.WritableComparable>

protected static interface MapLexicon.Id2EntryIndexLookup
Interface for getting the lexicon term index for a given term id
Author:
Richard McCreadie
  • Method Summary

    Modifier and Type Method Description
    int getIndex​(int termid)  
  • Method Details

    • getIndex

      int getIndex​(int termid) throws java.io.IOException
      Throws:
      java.io.IOException