berParts="1" catenateWords="0" catenateNumbers="0"
> catenateAll="0" splitOnCaseChange="1"/>
>
> protected="protwords.txt"/>
>
>
>
>
>
> Thanks
> Shariq
>
>
> ---
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
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