Method UnwrapSingleton
UnwrapSingleton(SortedSetDocValues)
Returns a single-valued view of the SortedSetDocValues, if it was previously
wrapped with Singleton(SortedDocValues), or null
.
Declaration
public static SortedDocValues UnwrapSingleton(SortedSetDocValues dv)
Parameters
Type | Name | Description |
---|---|---|
SortedSetDocValues | dv |
Returns
Type | Description |
---|---|
SortedDocValues |