Lucene.Net 1.4.3 Class Library

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