Class TopDocs
Represents hits returned by Search(Query, Filter, Int32) and Search(Query, Int32)
Inheritance
System.Object
TopDocs
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class TopDocs : object
Constructors
Name | Description |
---|---|
TopDocs(Int32, ScoreDoc[], Single) |
Properties
Name | Description |
---|---|
MaxScore | Gets or sets the maximum score value encountered, needed for normalizing.
Note that in case scores are not tracked, this returns |
ScoreDocs | The top hits for the query. |
TotalHits | The total number of hits for the query. |