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 |
---|---|
TermScorer(Weight, TermDocs, Similarity, Byte[]) | 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. |
DocID() | |
NextDoc() | Advances to the next document matching the query. |
Score() | |
Score(Collector) | |
Score(Collector, Int32, Int32) | |
ToString() | Returns a string representation of this |