Overload List
Name | Description | |
---|---|---|
![]() | Score()()()() | 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}.
|
![]() | Score(Collector) | Scores and collects all matching documents. |
![]() | Score(HitCollector) | Obsolete. Scores and collects all matching documents. |
![]() | Score(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.
|
![]() | Score(Collector, Int32, Int32) | Expert: Collects matching documents in a range. Hook for optimization.
Note, ![]() firstDocID |