Class FieldTermIterator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract long delGen()
      Del gen of the current term.
      (package private) abstract java.lang.String field()
      Returns current field.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FieldTermIterator

        FieldTermIterator()
    • Method Detail

      • field

        abstract java.lang.String field()
        Returns current field. This method should not be called after iteration is done. Note that you may use == to detect a change in field.
      • delGen

        abstract long delGen()
        Del gen of the current term.