Lucene.Net 1.4.3 Class Library

SortField.AUTO Field

Guess type of sort based on Field contents. A regular expression is used to look at the first term indexed for the Field and determine if it represents an integer number, a floating point number, or just arbitrary string characters.

public const int AUTO = 2;

See Also

SortField Class | Lucene.Net.Search Namespace