Class SortedSetFieldSource


public class SortedSetFieldSource extends FieldCacheSource
Retrieves FunctionValues instances for multi-valued string based fields.

A SortedSetDocValues contains multiple values for a field, so this technique "selects" a value as the representative value for the document.

See Also: