RE: Not condition not working for Korean search

2013-02-10 Thread Cool Techi
63725) 0.625 = fieldNorm(field=stnostem, doc=1338974) 0.5 = coord(1/2) > From: j...@basetechnology.com > To: solr-user@lucene.apache.org > Subject: Re: Not condition not working for Korean search > Date: Mon, 11 Feb 2013 00:37:03 -0500 > > Show us the parsed query that you

Re: Not condition not working for Korean search

2013-02-10 Thread Jack Krupansky
Show us the parsed query that you get with &debugQuery=true Actually this may be the "pure negative" bug where you need to change: A AND -B into A AND (*:* -B) -- Jack Krupansky -Original Message- From: Cool Techi Sent: Monday, February 11, 2013 12:30 AM To: solr-user@lucene.apache