which query parser are you using? I think to answer your question, you need to check the implementation of the query parser
At 2020-12-27 21:23:59, "nettadalet" <nsteinb...@dalet.com> wrote: >Thank you, that was helpful! > >For Solr 4.6 I get >"parsedquery": "PhraseQuery(TITLE_ItemCode_t:\"ki 7\")" > >For Solr 7.5 I get >"parsedquery":"+(+(TITLE_ItemCode_t:ki7 (+TITLE_ItemCode_t:ki >+TITLE_ItemCode_t:7)))" > >So this is the cause of the difference in the search result, but I still >don't know why the parsedquery is different between the two versions. >Any idea/guess? >Is it some internal implementation that changed sometime between 4.6 and >7.5? > > > >-- >Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html