Re: Question on query time boosting

2018-08-23 Thread Kydryavtsev Andrey
case1 would be: score_for_case1(doc, query) = 200 * + 400 * + 20 * + 40 * = 10 * (20 * + 40 * + 2 * + 4 * ) = 10 * score_for_case2(doc, query) Thank you, Andrey Kudryavtsev 23.08.2018, 18:53, "Pratik Patel" : > Hello All, > > I am trying to understand how exactly

Question on query time boosting

2018-08-23 Thread Pratik Patel
Hello All, I am trying to understand how exactly query time boosting works in solr. Primarily, I want to understand if absolute boost values matter or is it just the relative difference between various boost values which decides scoring. Let's take following two queries for example. // cas

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
is i am > using solr's indexing time boosting feature. i have given index time > boosting with "1.0" value to all documents in my solr indices. now what i > am doing is when user want to boost certain product i just increase index > time boosting value to 10.0 of that par

Indexing and Query time boosting together

2013-08-02 Thread dhaivat dave
i just increase index time boosting value to 10.0 of that particular product only. now the problem is: i have also used query time boosting (for boosting documents when searched term found directly in title field) and so even i have increase the indexing time boosting value of the particular product i

Re: query time boosting in solr

2011-07-20 Thread Sowmya V.B.
> > > > > > > > > > Hope this helps, > > > > > > > > > > Tomás > > > > > > > > > > On Wed, Jul 20, 2011 at 5:15 AM, Sowmya V.B. > > > wrote: > > > > > > > > > > > Can anyone throw some

Re: query time boosting in solr

2011-07-20 Thread Tomás Fernández Löbbe
; > > > > > > My problem is to: give a query time boost to certain documents, > which > > > > have > > > > > a > > > > > field, say field1, in the range that the user chooses during query > > > time. > > > > I > > > &g

Re: query time boosting in solr

2011-07-20 Thread Sowmya V.B.
; > > > > > > > > > > > http://localhost:8085/solr/select?indent=on&version=2.2&q=scientific+temper+field1:[10%20TO%2030]&start=0&rows=10 > > > > > > > > But, apart from that, how can I indicate a boost for the condition > >

Re: query time boosting in solr

2011-07-20 Thread Tomás Fernández Löbbe
]? > > > > > > I tried using a &bq=field1:[20 TO 25] and also &bq=field1:[20 TO 25]^10 > > > -But I am not able to figure out what these two mean, from the results. > > > Because, i get top1 result as a document where field1 is 40..in this > > > case..afte

Re: query time boosting in solr

2011-07-20 Thread Sowmya V.B.
> field1:[10%20TO%2030]? > > > > I tried using a &bq=field1:[20 TO 25] and also &bq=field1:[20 TO 25]^10 > > -But I am not able to figure out what these two mean, from the results. > > Because, i get top1 result as a document where field1 is 40..in this > > ca

Re: query time boosting in solr

2011-07-20 Thread Tomás Fernández Löbbe
> the > results dont change at all. > > S. > > On Tue, Jul 19, 2011 at 4:28 PM, Sowmya V.B. wrote: > > > Hi > > > > Is query time boosting possible in Solr? > > > > Here is what I want to do: I want to boost the ranking of certain > > documents, w

Re: query time boosting in solr

2011-07-20 Thread Sowmya V.B.
o mean, from the results. Because, i get top1 result as a document where field1 is 40..in this case..after using &bq clause. I increased the boost to 10,20,50 100..but the results dont change at all. S. On Tue, Jul 19, 2011 at 4:28 PM, Sowmya V.B. wrote: > Hi > > Is query time boosting

query time boosting in solr

2011-07-19 Thread Sowmya V.B.
Hi Is query time boosting possible in Solr? Here is what I want to do: I want to boost the ranking of certain documents, which have their relevant field values, in a particular range (selected by user at query time)... when I do something like: http://localhost:8085/solr/select?indent=on

Re: Help on query time boosting effect using standardQueryParser

2011-02-25 Thread cyang2010
. However, I wonder if there is better way of achieving this? Is there something in standardquery that just affect the ranking? -- View this message in context: http://lucene.472066.n3.nabble.com/Help-on-query-time-boosting-effect-using-standardQueryParser-tp2579763p2579800.html Sent from the Solr

Help on query time boosting effect using standardQueryParser

2011-02-25 Thread cyang2010
es:batteri^100.0 genreate result: The top result only contains "features:battery", but does not have "memory" in name field <-- "unexpected result. I don't want such doc as part of the result." -- View this message in context: http://lucene.472066.n3.nab

Re: Query time boosting with dismax

2009-12-05 Thread Uri Boness
solr-user@lucene.apache.org Sent: Fri, December 4, 2009 11:42:16 PM Subject: Query time boosting with dismax Hi, Is it possible to weigh specific query terms with a Dismax query parser? Is it possible to write queries of the sort ... field1:(term1)^2.0 + (term2^3.0) with dismax? Thanks, Girish Re

Re: Query time boosting with dismax

2009-12-05 Thread Uri Boness
ber 4, 2009 11:42:16 PM Subject: Query time boosting with dismax Hi, Is it possible to weigh specific query terms with a Dismax query parser? Is it possible to write queries of the sort ... field1:(term1)^2.0 + (term2^3.0) with dismax? Thanks, Girish Redekar http://girishredekar.net

Re: Query time boosting with dismax

2009-12-05 Thread Erik Hatcher
- Original Message From: Girish Redekar To: solr-user@lucene.apache.org Sent: Fri, December 4, 2009 11:42:16 PM Subject: Query time boosting with dismax Hi, Is it possible to weigh specific query terms with a Dismax query parser? Is it possible to write queries of the sort ... field1:(

Re: Query time boosting with dismax

2009-12-05 Thread Uri Boness
:16 PM Subject: Query time boosting with dismax Hi, Is it possible to weigh specific query terms with a Dismax query parser? Is it possible to write queries of the sort ... field1:(term1)^2.0 + (term2^3.0) with dismax? Thanks, Girish Redekar http://girishredekar.net

Re: Query time boosting with dismax

2009-12-04 Thread Otis Gospodnetic
Terms no, but fields (with terms) and phrases, yes. Otis -- Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch - Original Message > From: Girish Redekar > To: solr-user@lucene.apache.org > Sent: Fri, December 4, 2009 11:42:16 PM > Subject: Query time boosting

Query time boosting with dismax

2009-12-04 Thread Girish Redekar
Hi, Is it possible to weigh specific query terms with a Dismax query parser? Is it possible to write queries of the sort ... field1:(term1)^2.0 + (term2^3.0) with dismax? Thanks, Girish Redekar http://girishredekar.net

Re: Query Time Boosting

2008-03-25 Thread Otis Gospodnetic
From: Amitha Talasila <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Tuesday, March 25, 2008 1:14:49 AM Subject: Query Time Boosting Hi All, We have a requirement for our Project, there is a date field called start date in the schema. When a query is done Products whose star

Query Time Boosting

2008-03-24 Thread Amitha Talasila
Hi All, We have a requirement for our Project, there is a date field called start date in the schema. When a query is done Products whose start date is within 10 days from today's date need to be boosted by 100 points, and start date within 30 days should be boosted by 80 points and so. Is