Class MaxScoreCollector

java.lang.Object
org.apache.lucene.search.SimpleCollector
org.apache.solr.search.MaxScoreCollector
All Implemented Interfaces:
org.apache.lucene.search.Collector, org.apache.lucene.search.LeafCollector

public class MaxScoreCollector extends org.apache.lucene.search.SimpleCollector
A Collector for the maximum score value.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    collect(int doc)
     
    float
     
    org.apache.lucene.search.ScoreMode
     
    void
    setScorer(org.apache.lucene.search.Scorable scorer)
     

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

    doSetNextReader, getLeafCollector

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.lucene.search.Collector

    setWeight

    Methods inherited from interface org.apache.lucene.search.LeafCollector

    collect, collectRange, competitiveIterator, finish
  • Constructor Details

    • MaxScoreCollector

      public MaxScoreCollector()
  • Method Details

    • getMaxScore

      public float getMaxScore()
    • scoreMode

      public org.apache.lucene.search.ScoreMode scoreMode()
    • setScorer

      public void setScorer(org.apache.lucene.search.Scorable scorer) throws IOException
      Specified by:
      setScorer in interface org.apache.lucene.search.LeafCollector
      Overrides:
      setScorer in class org.apache.lucene.search.SimpleCollector
      Throws:
      IOException
    • collect

      public void collect(int doc) throws IOException
      Specified by:
      collect in interface org.apache.lucene.search.LeafCollector
      Specified by:
      collect in class org.apache.lucene.search.SimpleCollector
      Throws:
      IOException