Method GetSortedSetDocValues
GetSortedSetDocValues(String)
Returns SortedSetDocValues for this field, or
null
if no SortedSetDocValues were indexed for
this field. The returned instance should only be
used by a single thread.
Declaration
public abstract SortedSetDocValues GetSortedSetDocValues(string field)
Parameters
Type | Name | Description |
---|---|---|
System.String | field |
Returns
Type | Description |
---|---|
SortedSetDocValues |