Stores information about how to sort documents by terms in an individual
field. Fields must be indexed in order to sort by them.
Created: Feb 11, 2004 1:25:29 PM
Namespace: Lucene.Net.SearchAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
[SerializableAttribute] public class SortField |
Visual Basic |
---|
<SerializableAttribute> _ Public Class SortField |
Visual C++ |
---|
[SerializableAttribute] public ref class SortField |