Click or drag to resize
SearchAssociationResult Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineSearchAssociationResult

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

The SearchAssociationResult type exposes the following members.

Constructors
  NameDescription
Public methodSearchAssociationResult
Initializes a new instance of the SearchAssociationResult class
Top
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