Re: Indexing and Query time boosting together

2013-08-04 Thread dhaivat dave
n external file > field that gets updated for promotions. > > -- Jack Krupansky > > -Original Message- From: dhaivat dave > Sent: Friday, August 02, 2013 9:17 AM > To: solr-user@lucene.apache.org > Subject: Re: Indexing and Query time boosting together > > &g

Re: Indexing and Query time boosting together

2013-08-02 Thread Jack Krupansky
dated for promotions. -- Jack Krupansky -Original Message- From: dhaivat dave Sent: Friday, August 02, 2013 9:17 AM To: solr-user@lucene.apache.org Subject: Re: Indexing and Query time boosting together Hi Erick Many Thanks for your reply. I got your point. one question on this: is it p

Re: Indexing and Query time boosting together

2013-08-02 Thread dhaivat dave
Hi Erick Many Thanks for your reply. I got your point. one question on this: is it possible to give more priority to those docs which has higher indexing time boosting against query time boosting. I am trying to achieve product promotions using this implementation. can you please guide how should

Re: Indexing and Query time boosting together

2013-08-02 Thread Erick Erickson
Add &debug=all to your query, that'll show you exactly how the scores are calculated. But the most obvious thing is that you're boosting on the titleName field in your query, which for doc 123 does NOT contain "phone" so I suspect the fact that "phone" is in the titleName field for 122 is overridin