Class ScoreDoc
Expert: Returned by low-level search implementations.
Inheritance
System.Object
ScoreDoc
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class ScoreDoc : object
Constructors
Name | Description |
---|---|
ScoreDoc(Int32, Single) | Expert: Constructs a ScoreDoc. |
Properties
Name | Description |
---|---|
Doc | Expert: A hit document's number. |
Score | Expert: The score of this document for the query. |
Methods
Name | Description |
---|---|
ToString() |