SearchGroupItem Class
Assembly: Qlik.Engine.dll
Inheritance
-
System.Object
- SearchGroupItem
Syntax
[ValueClass]
public class SearchGroupItem : ISearchGroupItemConstructors
| Name | Description |
|---|---|
| SearchGroupItem() |
Properties
| Name | Description |
|---|---|
| Identifier |
Identifier of the item. It corresponds to: * The name of the field, if the type of the search group is data set. * The id of the generic object if the type of the search group is generic object. JSON property name: qIdentifier |
| ItemMatches |
List of matches in the search group item. The group item matches are numbered from the value of JSON property name: qItemMatches |
| ItemType |
Type of the group item. JSON property name: qItemType |
| MatchType |
Match type applied in this result group. JSON property name: qMatchType |
| SearchTermsMatched |
Indexes of the search terms that are included in the group item. These search terms are related to the list of terms defined in JSON property name: qSearchTermsMatched |
| TotalNumberOfMatches |
Total number of distinct matches in the search group item. JSON property name: qTotalNumberOfMatches |