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. > >

Multi-select faceting for nested documents

2021-01-25 Thread Lance Snell
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.

Re: Multi-select faceting for nested documents

2021-01-26 Thread Lance Snell
field": "docType", "limit": -1, "facet": { "parentCount": "unique(_root_)", }, "domain":{ "excludeTags":[ "TOP",

Nested documents (parent,child,grandchild), multi-select facets

2021-01-26 Thread Lance Snell
Hey all, I am having trouble finding current examples of multi-select faceting for nested documents. Specifically ones with *multiple *levels of nested documents. Any help/direction would be appreciated.Solr. 8.6 Hopefully my terminology is correct, I'm still new to solr. My current schema