Method GetSorted
GetSorted(FieldInfo)
Returns SortedDocValues for this field. The returned instance need not be thread-safe: it will only be used by a single thread.
Declaration
public abstract SortedDocValues GetSorted(FieldInfo field)
Parameters
Type | Name | Description |
---|---|---|
FieldInfo | field |
Returns
Type | Description |
---|---|
SortedDocValues |