Class Impact


  • public final class Impact
    extends Object
    Per-document scoring factors.
    • Field Detail

      • freq

        public int freq
        Term frequency of the term in the document.
      • norm

        public long norm
        Norm factor of the document.
    • Constructor Detail

      • Impact

        public Impact​(int freq,
                      long norm)
        Constructor.