Re: Multi-select faceting for nested documents

2021-01-26 Thread Lance Snell
Thanks for the response. I'll try and give a little more detail. Hopefully my terminology is correct, I'm still new to solr. My current schema has a parent document, two child documents(siblings), and a grandchild document. I am using the JSON API . Product -> Item-> Price | \/ ProductCat

Re: Multi-select faceting for nested documents

2021-01-25 Thread Alexandre Rafalovitch
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 n

Re: Multi-select faceting for nested documents

2021-01-25 Thread Lance Snell
Any examples would be greatly appreciated. On Mon, Jan 25, 2021, 2:25 AM Lance Snell 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 pa