Class BooleanScorer.Bucket

  • Enclosing class:
    BooleanScorer

    static class BooleanScorer.Bucket
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int freq  
      (package private) double score  
    • Constructor Summary

      Constructors 
      Constructor Description
      Bucket()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • score

        double score
      • freq

        int freq
    • Constructor Detail

      • Bucket

        Bucket()