Class s7sdk.search.SearchResultsDesc
This class represents a complete response of the search server for a particular search query. It contains the original search text and the list of catalog frames where search hits were found.
Constructor Attributes | Constructor Name and Description |
---|---|
s7sdk.search.SearchResultsDesc(searchText)
|
Field Attributes | Field Name and Description |
---|---|
specifies the list of
SearchResultsFrameDesc instances which represent each catalog frame where search hits were found. |
|
specifies the search string.
|
Method Attributes | Method Name and Description |
---|---|
Returns total number of search hits in these search resuls
|
Class Detail
s7sdk.search.SearchResultsDesc(searchText)
- Parameters:
- {String} searchText
- The search string
Field Detail
{Array}
frameList
specifies the list of
SearchResultsFrameDesc
instances which represent each catalog frame where search hits were found.
{String}
searchText
specifies the search string. Required.
Method Detail
{Number}
getHitCount()
Returns total number of search hits in these search resuls
- Returns:
- {Number} number of search hits.