Apache Lucene.Net 2.4.0 Class Library API

SortField.SCORE Field

Sort by document score (relevancy). Sort values are Float and higher values are at the front.

public const int SCORE = 0;

See Also

SortField Class | Lucene.Net.Search Namespace