On 10/16/2019 7:14 AM, Shubham Goswami wrote:
I have implemented the sow=false property with eDismax Query parser but still it does not has any effect on the query as it is still parsing as separate terms instead of phrased one.
We have seen reports that when sow=false, which is the default setting since Solr 7.0, autoGeneratePhraseQueries does not work. Try setting sow=true and see whether you get the results you expect.
I do not know whether this behavior is a bug or if it is expected. Thanks, Shawn