Interface TermFreqIterator

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  TermFreqIterator.TermFreqIteratorWrapper
      Wraps a BytesRefIterator as a TermFreqIterator, with all weights set to 1
    • Field Summary

      • Fields inherited from interface org.apache.lucene.util.BytesRefIterator

        EMPTY
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long weight()  
      • Methods inherited from interface org.apache.lucene.util.BytesRefIterator

        getComparator, next
    • Method Detail

      • weight

        long weight()