Class MergePolicy.DocMap

  • Enclosing class:
    MergePolicy

    public abstract static class MergePolicy.DocMap
    extends java.lang.Object
    A map of doc IDs.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract int map​(int old)
      Return the new doc ID according to its old value.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • map

        public abstract int map​(int old)
        Return the new doc ID according to its old value.