Re: Collapse & Expand

2015-08-22 Thread Nagasharath
Using json facet api for nested faceting on the docValues. Trying to improve the query time and I read in a blog that query time on docValue can be improved with collapse & expand. > On 22-Aug-2015, at 9:29 am, Joel Bernstein wrote: > > Can you explain your use case a little more? > > >

Re: Collapse & Expand

2015-08-22 Thread Joel Bernstein
Can you explain your use case a little more? Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Aug 21, 2015 at 5:43 PM, Kiran Sai Veerubhotla wrote: > how can i use collapse & expand on the docValues with json facet api? >