Class LTRScoringQuery.ModelWeight.ModelScorer

java.lang.Object
org.apache.lucene.search.Scorable
org.apache.lucene.search.Scorer
org.apache.solr.ltr.LTRScoringQuery.ModelWeight.ModelScorer
Enclosing class:
LTRScoringQuery.ModelWeight

public class LTRScoringQuery.ModelWeight.ModelScorer extends org.apache.lucene.search.Scorer
  • Constructor Details

  • Method Details

    • getDocInfo

      public DocInfo getDocInfo()
    • getChildren

      public Collection<org.apache.lucene.search.Scorable.ChildScorable> getChildren() throws IOException
      Overrides:
      getChildren in class org.apache.lucene.search.Scorable
      Throws:
      IOException
    • docID

      public int docID()
      Specified by:
      docID in class org.apache.lucene.search.Scorer
    • score

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

      public float getMaxScore(int upTo) throws IOException
      Specified by:
      getMaxScore in class org.apache.lucene.search.Scorer
      Throws:
      IOException
    • iterator

      public org.apache.lucene.search.DocIdSetIterator iterator()
      Specified by:
      iterator in class org.apache.lucene.search.Scorer
    • fillFeaturesInfo

      public void fillFeaturesInfo() throws IOException
      Throws:
      IOException