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 clarify how this is happening.
Thanks, Poorna On 2022/07/15 19:19:10 Andy Lester wrote: > > > I would like to know if solr adds faceting fields by default when we do any > > search. We have an id field which is still coming up in field cache even > > after it is removed from sorting and faceting queries in the code. > > Therefore, I would like to know if solr is adding this by any chance. > > No, there is no faceting by default. > > Can you give us more details about the query you’re calling and how you have unexpected activity in the field cache? > > You should be able to narrow it down to where you run one query, and it shows things in the field cache. When you get that, then show us the query, and we can help figure out why it’s not doing what you expect. > > Andy