Class FieldComparerSource
Provides a Field
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
FieldComparerSource
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public abstract class FieldComparerSource : object
Methods
| Improve this Doc View SourceNewComparer(String, Int32, Int32, Boolean)
Creates a comparer for the field in the given index.
Declaration
public abstract FieldComparer NewComparer(string fieldname, int numHits, int sortPos, bool reversed)
Parameters
Type | Name | Description |
---|---|---|
System. |
fieldname | Name of the field to create comparer for. |
System. |
numHits | |
System. |
sortPos | |
System. |
reversed |
Returns
Type | Description |
---|---|
Field |