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