Re: caches with faceting

2015-08-21 Thread Kiran Sai Veerubhotla
thank you Yonik On Fri, Aug 21, 2015 at 12:43 PM, Yonik Seeley wrote: > On Thu, Aug 20, 2015 at 3:46 PM, Kiran Sai Veerubhotla > wrote: > > i have used json facet api and noticed that its relying heavily on filter > > cache. > > Yes. The root domain (the set of documents that match the base qu

Re: caches with faceting

2015-08-21 Thread Yonik Seeley
On Thu, Aug 20, 2015 at 3:46 PM, Kiran Sai Veerubhotla wrote: > i have used json facet api and noticed that its relying heavily on filter > cache. Yes. The root domain (the set of documents that match the base query and filters) is cached in the filter cache. For sub-facets, the set of documents

Re: caches with faceting

2015-08-21 Thread Kiran Sai Veerubhotla
Kindly help on this On Thu, Aug 20, 2015 at 2:46 PM, Kiran Sai Veerubhotla wrote: > i have used json facet api and noticed that its relying heavily on filter > cache. > > index is optimized and all my fields are with docValues='true' and the > number of documents are 2.6 million and always face

caches with faceting

2015-08-20 Thread Kiran Sai Veerubhotla
i have used json facet api and noticed that its relying heavily on filter cache. index is optimized and all my fields are with docValues='true' and the number of documents are 2.6 million and always faceting on almost all the documents with 'fq' the size of documentCache and queryResultCache are