Re: How to boost exact match?

2012-10-25 Thread Samuel García Martínez
2012 5:34 PM > To: solr-user@lucene.apache.org > Subject: Re: How to boost exact match? > > > Thanks a lot for your reply. > > Consider the below query > > ?q=data management&defType=edismax&qf=**name^100 text uid^0.3&fl=name > > I am trying to boost t

Re: How to boost exact match?

2012-10-25 Thread Samuel García Martínez
e keyword in to data manag and passes that to search. > > I am using PorterStemFilterFactory for both indexing / query. > > I will try to remove the porter stem from query and check if I am getting > proper result. > > Thanks. > BB > > Thanks, > BB > >

Re: How to boost exact match?

2012-10-25 Thread Jack Krupansky
field a much higher boost. -- Jack Krupansky -Original Message- From: bbarani Sent: Thursday, October 25, 2012 5:34 PM To: solr-user@lucene.apache.org Subject: Re: How to boost exact match? Thanks a lot for your reply. Consider the below query ?q=data management&defType=edismax&

Re: How to boost exact match?

2012-10-25 Thread bbarani
oth indexing / query. I will try to remove the porter stem from query and check if I am getting proper result. Thanks. BB Thanks, BB -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-boost-exact-match-tp4015862p4015915.html Sent from the Solr - User mailing lis

Re: How to boost exact match?

2012-10-25 Thread Jack Krupansky
ent-specific boosts. Or, those fields could have simple booleans to trigger boost functions. -- Jack Krupansky -Original Message- From: bbarani Sent: Thursday, October 25, 2012 12:04 PM To: solr-user@lucene.apache.org Subject: How to boost exact match? Hi, We have a name field which

How to boost exact match?

2012-10-25 Thread bbarani
the document containing Name:account number first followed by other documents but it doesnt seem to return that way.. Can someone please help? Thanks, Barani Thanks, Barani -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-boost-exact-match-tp4015862.html Sent from the

Re: how to boost exact match

2012-08-11 Thread Karthick Duraisamy Soundararaj
8-11 下午1:42,"abhayd" 写道: >>> >>> > hi >>> > >>> > I have documents like >>> > iphone 4 - white >>> > iphone 4s - black >>> > ipone4 - black >>> > >>> > when user searches for iphone 4

Re: how to boost exact match

2012-08-11 Thread Karthick Duraisamy Soundararaj
ocs first >> > and >> > iphone 4s after that. >> > Similary when user is searching for iphone 4s i would like to show >> iphone >> > 4s >> > docs first then iphone 4 docs. >> > >> > At present i use whitespace tokenizer. Any idea how to achieve this? >> >

Re: how to boost exact match

2012-08-11 Thread Karthick Duraisamy Soundararaj
Similary when user is searching for iphone 4s i would like to show iphone > > 4s > > docs first then iphone 4 docs. > > > > At present i use whitespace tokenizer. Any idea how to achieve this? > > > > > > > > > > > > -- > >

Re: how to boost exact match

2012-08-10 Thread Li Li
first > and > iphone 4s after that. > Similary when user is searching for iphone 4s i would like to show iphone > 4s > docs first then iphone 4 docs. > > At present i use whitespace tokenizer. Any idea how to achieve this? > > > > > > -- > View this message in cont

how to boost exact match

2012-08-10 Thread abhayd
use whitespace tokenizer. Any idea how to achieve this? -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-boost-exact-match-tp4000576.html Sent from the Solr - User mailing list archive at Nabble.com.