Class DrillSidewaysScorer.ScoreAndDoc

java.lang.Object
org.apache.lucene.search.Scorable
org.apache.lucene.facet.DrillSidewaysScorer.ScoreAndDoc
Enclosing class:
DrillSidewaysScorer

private final class DrillSidewaysScorer.ScoreAndDoc extends Scorable
  • Constructor Details

    • ScoreAndDoc

      private ScoreAndDoc()
  • Method Details

    • docID

      public int docID()
      Description copied from class: Scorable
      Returns the doc ID that is currently being scored.
      Specified by:
      docID in class Scorable
    • score

      public float score()
      Description copied from class: Scorable
      Returns the score of the current document matching the query.
      Specified by:
      score in class Scorable
    • getChildren

      public Collection<Scorable.ChildScorable> getChildren()
      Description copied from class: Scorable
      Returns child sub-scorers positioned on the current document
      Overrides:
      getChildren in class Scorable