RE: Re: Re: Solr faceting

2022-07-20 Thread Poorna Murali
Thanks Gus for the inputs. Yes, we are trying to fine tune the existing search functions using solr and we are using 8.4.1. I was able to find the place in the code which is causing this issue. It is fixed now. On 2022/07/18 12:47:19 Gus Heck wrote: > Hi Poorna, > > I think it would be helpful if

RE: Re: Solr faceting

2022-07-20 Thread Poorna Murali
Thanks Andy for helping.I was able to find the place in our code which was causing this issue. It's fixed now. On 2022/07/18 13:38:09 Andy Lester wrote: > > > > On Jul 18, 2022, at 3:11 AM, Poorna Murali wrote: > > > > There is a solr search api which does not have either sorting or faceting > >

Re: Re: Solr faceting

2022-07-18 Thread Gus Heck
Hi Poorna, I think it would be helpful if you backed up a bit and told us exactly what version of solr you are using, exactly what api you are calling (examples please). Finally please detail *how* you are looking at the field cache. You also haven't told us much about where you are in the process

RE: Re: Solr faceting

2022-07-18 Thread Poorna Murali
Hi Andy, There is a solr search api which does not have either sorting or faceting done with id field. But, after we execute the API, we do see id field entry in field cache. I checked the solrconfig file too, we have not added any id configuration that could have caused this. Please help me cla