Re: how to do ExactMatch for PhraseQuery

2011-07-14 Thread in.abdul
berParts="1" catenateWords="0" catenateNumbers="0" > catenateAll="0" splitOnCaseChange="1"/> > > protected="protwords.txt"/> > > > > > > Thanks > Shariq > > > ---

Re: how to do ExactMatch for PhraseQuery

2011-07-14 Thread Ahmet Arslan
Not sure but, don't you need to use CommonGramsQueryFilterFactory at query time? http://lucene.apache.org/solr/api/org/apache/solr/analysis/CommonGramsQueryFilter.html --- On Thu, 7/14/11, Mohammad Shariq wrote: > From: Mohammad Shariq > Subject: how to do ExactMatch for Phras

how to do ExactMatch for PhraseQuery

2011-07-14 Thread Mohammad Shariq
I need exact match On PhraseQuery. when I search for the phrase "call it spring" I get the result for : 1) It's spring 2) The spring but my requirement is ExactMatch for PhraseQuery. my search field is text. Along with PhraseQuery I am doing RegularQuery too. how to tune the solr to do Exactmatc