On Thu, Oct 12, 2017 at 8:53 AM, Chellasamy G <chellasam...@zohocorp.com> 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).

-Yonik

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to