Skip to main content Skip to complementary content

ISearchFieldMatch Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll

Syntax

[ValueClass]
public interface ISearchFieldMatch

Properties

Name Description
Field

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.

JSON property name: qField

NoOfMatches

Number of search hits in the field.

The number of values in qValues and the value of qNoOfMatches are equal if qMaxNbrFieldMatches is -1.

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 qMaxNbrFieldMatches .

JSON property name: qValues

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!