Represents a description of a text search executed by the MDEX Engine. This class describes the text search issued to the MDEX Engine when a query was made, as well as additional spelling corrections and suggestions performed by the MDEX Engine when processing the search.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[SerializableAttribute]
public class SearchReport
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class SearchReport
Visual C++
[SerializableAttribute]
public ref class SearchReport

Inheritance Hierarchy

System..::.Object
  Endeca.Data..::.SearchReport

See Also