Sorts by the terms in then by index order (document
number). The type of value in is determined
automatically.
Namespace: Lucene.Net.SearchCopyC#
field
CopyC#
field
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
[ObsoleteAttribute("Please specify the type explicitly by first creating a SortField and then use Sort(SortField)")] public Sort( string field ) |
Visual Basic |
---|
<ObsoleteAttribute("Please specify the type explicitly by first creating a SortField and then use Sort(SortField)")> _ Public Sub New ( _ field As String _ ) |
Visual C++ |
---|
[ObsoleteAttribute(L"Please specify the type explicitly by first creating a SortField and then use Sort(SortField)")] public: Sort( String^ field ) |
Parameters
- field
- Type: System..::..String
[Missing <param name="field"/> documentation for "M:Lucene.Net.Search.Sort.#ctor(System.String)"]