> On Jul 18, 2022, at 3:11 AM, Poorna Murali <poornamur...@gmail.com> wrote:
> 
> 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.

We need to see actual code that you’re executing.

You’ve described the problem in English, and now we need to see the actual code 
that is being called. Maybe you’ve made a mistake in the query, but we can’t 
tell that from just your natural language description of what you did.  We need 
to see actual code.

So, please cut & paste an actual query that you are making to Solr that causes 
the results that you think are incorrect.  Also, please tell us exactly what 
the effects of the code are. For example it might be something like:

    “I started from a fresh restart of the Solr database. I looked on the 
(whatever) screen and it showed that such-and-such counter was 1.  Then I 
executed the following query. The query gave me the results I expected, which 
I’ve pasted below. However, when I went back to the (whatever) screen, I saw 
that the counter for (whatever) showed 3, where before it had only shown 1. My 
understanding is that the counter should not have changed as a result of my 
query.”

It’s all about explaining in detail what you did, and what you expect, and what 
happened that was unexpected.

Thanks,
Andy

Reply via email to