Class TopDocs
Represents hits returned by Search(Query, Filter, Int32) and Search(Query, Int32).
Inheritance
Assembly: DistributedLucene.Net.dll
Syntax
public class TopDocs : IMergable
Constructors
Name | Description |
---|---|
TopDocs() | |
TopDocs(Int32, ScoreDoc[], Single) |
Properties
Name | Description |
---|---|
MaxScore | Returns the maximum score value encountered. 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. |
Methods
Name | Description |
---|---|
BeginMerge() | |
EndMerge() | |
Merge(Sort, Int32, TopDocs[]) | Returns a new TopDocs, containing Pass @lucene.experimental |
Merge(Sort, Int32, Int32, TopDocs[]) | Same as Merge(Sort, Int32, TopDocs[]) but also slices the result at the same time based
on the provided start and size. The return |
MergeWith(IMergable) |