Checks the internal cache for an appropriate entry, and if none is found reads the terms out of Field and calls the given SortComparator to get the sort values. A hit in the cache will happen if reader, Field, and comparator are the same (using equals()) as a previous call to this method.
Array of sort objects, one for each document.
FieldCache Interface | Lucene.Net.Search Namespace