A SearchCount object holds statistical data for a search phrase and a certain
outcome. For SearchCount that comes from SearchesWithHits, the outcome in
question is a result with hits. For SearchCounts from SearchesWithNoHits, the
outcome is a result without hits.
Inheritance Hierarchy
Apptus.ESales.Connector.ReportSearchStatisticsReportSearchCount
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class SearchCount
The SearchStatisticsReportSearchCount type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SearchStatisticsReportSearchCount | Initializes a new instance of the SearchStatisticsReportSearchCount class |
Properties
Name | Description | |
---|---|---|
![]() | Count |
The number of sessions in which this phrase was searched for and resulted
in the outcome analyzed (hit or no-hit).
|
![]() | Phrase |
The phrase.
|
![]() | Rank |
The rank or this search phrase. The search phrase which most commonly
results in the analyzed outcome (hit or no-hit) is ranked as number 1.
|
![]() | SearchRate |
The part of all searches with the outcome (hit or no-hit) that comes from
searches on the phrase.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also