An object that generates and stores logging-specific query information.

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

Syntax

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

Remarks

ENEQueryInfo is used to create and store logging-specific query information, such as a session ID and query ID. The resulting ENEQueryInfo object can then passed to the Endeca MDEX Engine in an ENEQuery object by using the QueryInfo setting property. The information in the ENEQueryInfo object is then entered into the Dgraph log by the MDEX Engine. Note that a logging alternative to this class is to use the Endeca Log Server and the Endeca Logging API.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation..::..ENEQueryInfo

See Also