Click or drag to resize
ISearchAssociationResult Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public interface ISearchAssociationResult

The ISearchAssociationResult type exposes the following members.

Properties
  NameDescription
Public propertyFieldDictionaries
Information about the fields containing search hits.
Public propertyFieldNames
List of the fields that contains search associations.
Public propertySearchTerms
List of the search strings.
Public propertySearchTermsMatched
List of search results. The maximum number of search results in this list is set by qCount.
Public propertyTotalSearchResults
Total number of search results. This number is not limited by qCount.
Top
See Also