Apache Lucene.Net 2.4.0 Class Library API

SortField.CUSTOM Field

Sort using a custom Comparator. Sort values are any Comparable and sorting is done according to natural order.

public const int CUSTOM = 9;

See Also

SortField Class | Lucene.Net.Search Namespace