Total Hits found in Lucene
Namespace: DotNetNuke.Services.Search.EntitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public int TotalHits { get; set; } |
Visual Basic |
---|
Public Property TotalHits As Integer Get Set |
Remarks
This number will generally be larger than count of Results object as Results usually holds 10 items, whereas TotalHits indicates TOTAL hits in entire Lucene for the query supplied.