Class GlobalOrdinalsWithScoreCollector.Scores

java.lang.Object
org.apache.lucene.search.join.GlobalOrdinalsWithScoreCollector.Scores
Enclosing class:
GlobalOrdinalsWithScoreCollector

static final class GlobalOrdinalsWithScoreCollector.Scores extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final float[][]
     
    (package private) final float
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    Scores(long valueCount, float unset)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    getScore(int globalOrdinal)
     
    void
    setScore(int globalOrdinal, float score)
     

    Methods inherited from class java.lang.Object

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

    • blocks

      final float[][] blocks
    • unset

      final float unset
  • Constructor Details

    • Scores

      private Scores(long valueCount, float unset)
  • Method Details

    • setScore

      public void setScore(int globalOrdinal, float score)
    • getScore

      public float getScore(int globalOrdinal)