SearchGroupItem
Properties
| Name | Description | Type |
|---|---|---|
| qItemType | Type of the group item. One of:
|
String |
| qTotalNumberOfMatches | Total number of distinct matches in the search group item. |
Integer |
| qIdentifier | Identifier of the item. It corresponds to:
|
String |
| qItemMatches | List of matches in the search group item. The group item matches are numbered from the value of SearchGroupItemOptions.qOffset to the value of SearchGroupItemOptions.qOffset + SearchGroupItemOptions.qCount . |
Array of SearchGroupItemMatch |
| qSearchTermsMatched | Indexes of the search terms that are included in the group item. These search terms are related to the list of terms defined in SearchResult.qSearchTerms . |
Array of Integers |