Overload List

  NameDescription
Public methodScore()()()() (Overrides Scorer..::..Score()()()().)
Public methodScore(Collector)
Scores and collects all matching documents.
(Inherited from Scorer.)
Public methodScore(HitCollector) Obsolete.
Scores and collects all matching documents.
(Inherited from Scorer.)
Protected methodScore(HitCollector, Int32) Obsolete.
Expert: Collects matching documents in a range. Hook for optimization. Note that {@link #Next()} must be called once before this method is called for the first time.
(Inherited from Scorer.)
Public methodScore(Collector, Int32, Int32)
Expert: Collects matching documents in a range. Hook for optimization. Note,
CopyC#
firstDocID
is added to ensure that {@link #NextDoc()} was called before this method.
(Inherited from Scorer.)

See Also