On Thu, Oct 12, 2017 at 8:53 AM, Chellasamy G wrote:
> Could anyone please explain the difference between SortedDocValues and
> SortedSetDocValues.
SortedDocValues has at most 1 value per document (single-valued).
SortedSetDocValues supports a set of values per document
(multi-valued).
Hi,
Could anyone please explain the difference between SortedDocValues and
SortedSetDocValues.
Is any one among them efficient than the other? Any use-case where each class
can be used would be much helpful.
Thanks in advance.
-Satyan