Click or drag to resize
SearchFieldMatch Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineSearchFieldMatch

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class SearchFieldMatch : ISearchFieldMatch

The SearchFieldMatch type exposes the following members.

Constructors
  NameDescription
Public methodSearchFieldMatch
Initializes a new instance of the SearchFieldMatch class
Top
Properties
  NameDescription
Public propertyField
Position of the field in the list of fields, starting from 0. The list of fields is defined in qResults/qFieldNames and contains the search associations.
Public propertyNoOfMatches
Number of search hits in the field. The number of values in qValues and the value of qNoOfMatches are equal if qMaxNbrFieldMatches is -1.
Public propertyTerms
Positions of the search terms, starting from 0.
Public propertyValues
Positions of the matching values in the search results. The maximum number of values in this list is defined by qMaxNbrFieldMatches.
Top
See Also