Overload List

  NameDescription
Public methodScore()()()()
Returns the score of the current document matching the query. Initially invalid, until {@link #Next()} or {@link #SkipTo(int)} is called the first time, or when called from within {@link Collector#collect}.
Public methodScore(Collector)
Scores and collects all matching documents.
Public methodScore(HitCollector) Obsolete.
Scores and collects all matching documents.
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.
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.

See Also