Class ValueSourceAugmenter.ScoreAndDoc

java.lang.Object
org.apache.lucene.search.Scorable
org.apache.solr.response.transform.ValueSourceAugmenter.ScoreAndDoc
Enclosing class:
ValueSourceAugmenter

protected static class ValueSourceAugmenter.ScoreAndDoc extends org.apache.lucene.search.Scorable
Fake scorer for a single document
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.lucene.search.Scorable

    org.apache.lucene.search.Scorable.ChildScorable
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    float
     

    Methods inherited from class org.apache.lucene.search.Scorable

    getChildren, setMinCompetitiveScore, smoothingScore

    Methods inherited from class java.lang.Object

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

    • docID

      public int docID()
    • score

      public float score() throws IOException
      Specified by:
      score in class org.apache.lucene.search.Scorable
      Throws:
      IOException