Re: Difference between SortedDocValues and SortedSetDocValues

2017-10-12 Thread Yonik Seeley
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).

Difference between SortedDocValues and SortedSetDocValues

2017-10-12 Thread Chellasamy G
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