Help > Web Development > Object Reference > Object Reference > ISYSDocument > Relevance Property
<a name="kanchor341"></a>ISYSDocument:Relevance Property
Returns the calculated relevance of this document compared to the other documents in the same result set. Ranges from 0 to 100, where 100 is most relevant. Read-Only.

Syntax
[VBScript]
ReadOnly property ISYSDocument.Relevance as long
[C#]
long IISYSDocument.Relevance {get;}
[ColdFusion/Java]
long ISYSDocument.Relevance() throws ComException;
Examples
[VBScript]
<% set document = results.Item(i) %> <%= i %>. <%= document.Title %> <br> <%= document.filename %> - <%= document.Format %> - <%= document.Relevance %>% - <%= document.Timestamp %>

Remarks
Relevance is calculated based on hit clustering, cluster proximity, document density, word weight and other factors. Relevance is a comparative measure amongst the documents in the same result list.