Gets the value of the DGraph.WhyDidItMatch property of the record, or an empty string if there is no such property.

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

Syntax

C#
public string WhyDidItMatch { get; }
Visual Basic (Declaration)
Public ReadOnly Property WhyDidItMatch As String
Visual C++
public:
property String^ WhyDidItMatch {
	String^ get ();
}

Remarks

The Why Did It Match feature of the MDEX engine provides feedback that helps describe which property matched a text search, and why.

Note that the Why Did It Match feature must be enabled in the MDEX engine in order for this property to return a value.

See Also