Class TermScorer
Expert: A Scorer
for documents matching a Term
.
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public sealed class TermScorer : Scorer
Constructors
Name | Description |
---|---|
Term |
Construct a |
Methods
Name | Description |
---|---|
Advance(Int32) | Advances to the first match beyond the current whose document number is
greater than or equal to a given target. |
Doc |
|
Next |
Advances to the next document matching the query. |
Score() | |
Score(Collector) | |
Score(Collector, Int32, Int32) | |
To |
Returns a string representation of this |