ISearchAssociationResult Interface
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface ISearchAssociationResultProperties
| Name | Description | 
|---|---|
| FieldDictionaries | Information about the fields containing search hits. JSON property name: qFieldDictionaries | 
| FieldNames | List of the fields that contains search associations. JSON property name: qFieldNames | 
| SearchTerms | List of the search terms. JSON property name: qSearchTerms | 
| SearchTermsMatched | List of search results. The maximum number of search results in this list is set by  JSON property name: qSearchTermsMatched | 
| TotalSearchResults | Total number of search results. This number is not limited by  JSON property name: qTotalSearchResults |