Method GetSortedSetValues
GetSortedSetValues(IndexReader, String)
Returns a SortedSetDocValues 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 GetSortedSetDocValues(String)
Declaration
public static SortedSetDocValues GetSortedSetValues(IndexReader r, string field)
Parameters
Type | Name | Description |
---|---|---|
IndexReader | r | |
System.String | field |
Returns
Type | Description |
---|---|
SortedSetDocValues |