I don't have an answer, but I feel that maybe explaining the situation in more details would help a bit more. Specifically, you explain your data structure well, but not your actual presentation requirement in enough details.
How would you like the multi-select to work, how it is working for you now and what is the gap? Regards, Alex. P.s. Sometimes, you have to really modify the way the information is stored in Solr for the efficient and effective search results. Solr is not the database, so it needs to model search requirements, rather than original data shape. On Mon, 25 Jan 2021 at 10:34, Lance Snell <lancesnell7...@gmail.com> wrote: > > Any examples would be greatly appreciated. > > On Mon, Jan 25, 2021, 2:25 AM Lance Snell <lancesnell7...@gmail.com> wrote: > > > Hey all, > > > > I am having trouble finding current examples of multi-select faceting for > > nested documents. Specifically ones with *multiple *levels of nested > > documents. > > > > My current schema has a parent document, two child documents(siblings), > > and a grandchild document. I am using the JSON API. > > > > Product -> Sku -> Price > > | > > \/ > > StoreCategory > > > > Any help/direction would be appreciated. > > > > > > Solr. 8.6 > > > > -- > > Thanks, > > > > Lance > >