Re: Solr PhraseSearch and ExactMatch

2011-06-27 Thread Ahmet Arslan
> I can use 'String' instead of 'Text' > for exact match, but I need ExactMatch > only on PhraseSearch. I got your point. Your best bet can be crate an extra field field populated via copyField declaration. Type of this new field won't have stemming, stop-word removal etc. (according to your exa

Re: Solr PhraseSearch and ExactMatch

2011-06-27 Thread Mohammad Shariq
I can use 'String' instead of 'Text' for exact match, but I need ExactMatch only on PhraseSearch. On 27 June 2011 16:29, Gora Mohanty wrote: > On Mon, Jun 27, 2011 at 3:42 PM, Mohammad Shariq > wrote: > > Hello, > > I am using solr1.4 on ubuntu 10.10. > > Currently I got the requirement to do t

Re: Solr PhraseSearch and ExactMatch

2011-06-27 Thread Gora Mohanty
On Mon, Jun 27, 2011 at 3:42 PM, Mohammad Shariq wrote: > Hello, > I am using solr1.4 on ubuntu 10.10. > Currently I got the requirement to do the ExactMatch  for PhraseSearch. > I tried googling but I did'nt got the exact solution. > > I am doing the search on 'text' field. > if I give the search

Solr PhraseSearch and ExactMatch

2011-06-27 Thread Mohammad Shariq
Hello, I am using solr1.4 on ubuntu 10.10. Currently I got the requirement to do the ExactMatch for PhraseSearch. I tried googling but I did'nt got the exact solution. I am doing the search on 'text' field. if I give the search query : http://localhost:8983/solr/select/?q="the search agency"