Click or drag to resize
ISearchAssociationResult Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
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 terms.
Public propertySearchTermsMatched
List of search results. The maximum number of search results in this list is set by qPage/qCount.
Public propertyTotalSearchResults
Total number of search results. This number is not limited by qPage/qCount.
Top
See Also