DotLucene 1.4 API Documentation

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