Method GetSortedValues
GetSortedValues(IndexReader, String)
Returns a SortedDocValues for a reader's docvalues (potentially doing extremely slow things).
this is an extremely slow way to access sorted values. Instead, access them per-segment with GetSortedDocValues(String)
Declaration
public static SortedDocValues GetSortedValues(IndexReader r, string field)
Parameters
Type | Name | Description |
---|---|---|
IndexReader | r | |
System.String | field |
Returns
Type | Description |
---|---|
SortedDocValues |