Relevance Property

Stot

Stot

Document..::..Relevance Property

The part of the document relevant to the query, To be displayed During Search

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


[BsonElementAttribute]
public string Relevance { get; set; }
<BsonElementAttribute> _
Public Property Relevance As String
	Get
	Set
[BsonElementAttribute]
public:
property String^ Relevance {
	String^ get ();
	void set (String^ value);
}