Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetComparator ( int numHits, int sortPos ) : |
||
GetHashCode ( ) : int | ||
SortedSetSortField ( string field, bool reverse ) : Lucene.Net.Index |
Creates a sort, possibly in reverse, by the minimum value in the set for the document.
|
|
SortedSetSortField ( string field, bool reverse, Selector selector ) : Lucene.Net.Index |
Creates a sort, possibly in reverse, specifying how the sort value from the document's set is selected.
|
|
ToString ( ) : string |
public GetComparator ( int numHits, int sortPos ) : |
||
numHits | int | |
sortPos | int | |
return |
public SortedSetSortField ( string field, bool reverse ) : Lucene.Net.Index | ||
field | string | Name of field to sort by. Must not be null. |
reverse | bool | True if natural order should be reversed. |
return | Lucene.Net.Index |
public SortedSetSortField ( string field, bool reverse, Selector selector ) : Lucene.Net.Index | ||
field | string | Name of field to sort by. Must not be null. |
reverse | bool | True if natural order should be reversed. |
selector | Selector |
/// custom selector for choosing the sort value from the set.
/// |
return | Lucene.Net.Index |