SearchFieldMatch Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Inheritance
- 
      System.Object
      - SearchFieldMatch
 
Syntax
[ValueClass]
public class SearchFieldMatch : ISearchFieldMatchConstructors
| Name | Description | 
|---|---|
| SearchFieldMatch() | 
Properties
| Name | Description | 
|---|---|
| Field | Position of the field in the list of fields, starting from 0. The list of fields is defined in  JSON property name: qField | 
| NoOfMatches | Number of search hits in the field. The number of values in  JSON property name: qNoOfMatches | 
| Terms | Positions of the search terms, starting from 0. JSON property name: qTerms | 
| Values | Positions of the matching values in the search results. The maximum number of values in this list is defined by  JSON property name: qValues |