Hi Shawn, Thank you for the reply.
I removed defaultOperator parameter from the schema. I have the following in the request handler: <str name="defType">edismax</str> <str name="mm">100</str> I reindexed content. I am still seeing the same incorrect behavior. mm=100 does not seem to be sticking with クイック リファレンス(space between ク リ) I am still incorrectly getting 1 result. Tiffany -----Original Message----- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Wednesday, March 23, 2016 6:57 PM To: solr-user@lucene.apache.org Subject: Re: Solr 5.5 Issue with CJK and mm being ignored when searching with white space. On 3/23/2016 8:21 AM, Tiffany Goguen wrote: > Is this a new bug? > > I am using esdimax and I have set mm=100% via <solrQueryParser > defaultOperator="AND"/> This config was deprecated in 4.x. I actually thought support had been removed from 5.x already, but perhaps not. The equivalent in modern configs is the q.op parameter ... but when using edismax, you should not use either q.op OR the defaultOperator parameter. You should explicitly set mm, to 100% in this case. The following bug applies to 5.5 and probably explains at least some of what you are seeing: https://issues.apache.org/jira/browse/SOLR-8812 Thanks, Shawn