ESearchReport objects contain detailed information about record searches.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public class ESearchReport
Visual Basic
Public Class ESearchReport
Visual C++
public ref class ESearchReport

Remarks

Use ESearchReports to obtain an IDictionary of ESearchReport objects.

A single ESearchReport object contains information about a single search key. If a query is submitted to the Endeca MDEX Engine with multiple keys, ESearchReports will return an IDictionary that contains an ESearchReport for each search key that was submitted.

For example, in this query:

CopyC#
N=0&Ntk=Name|Flavors&Ntt=merlot|fuity
the resulting IDictionary will have two entries: one for the Name search key and one for the Flavors search key.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation..::..ESearchReport

See Also