Click or drag to resize
ISearchHits Interface
Interface for the search result hits

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax
C#
public interface ISearchHits

The ISearchHits type exposes the following members.

Methods
  NameDescription
Public methodDoc
Returns the document at the specified index
Public methodLength
Returns the length of the hits collection
Public methodMaxScore
Returns the maximum score value encountered.
Public methodScore
Returns the score of the document at the specified index
Top
See Also