On 6/5/2019 8:41 AM, Danilo Tomasoni wrote:
Hello,
I have two solr instances with exactly the same configuration.
The only difference that i know is that the first (the working one, is solr 
7.3.0,
while the one that's not working is solr 7.3.1)

If I execute the same query (with debugQuery=on) it gets parsed in different 
ways on the two systems and I don't understand why.

Look in solr.log. The full query, including parameters that are used but not on the URL, will be shown there. Provide that whole line from both versions.

An example of the kind of line you need to find, with a very simple query, is below:

2019-06-05 15:50:23.691 INFO (qtp1264413185-43) [ x:foo] o.a.s.c.S.Request [foo] webapp=/solr path=/select params={q=*:*&_=1559749821933} hits=0 status=0 QTime=38

If your index has multiple shards, there can be multiple lines. In that situation, we need the last one, which should be the main query itself rather than the subqueries.

Thanks,
Shawn

Reply via email to