Re: Query Boosting and sort

2017-10-24 Thread Renuka Srishti
Sorry for late reply. Thanks Erick for the solution, you got my problem and the picture is right. I have resolved my problem with the similar approach you mentioned here. Regards, Renuka Srishti On Sat, Sep 9, 2017 at 11:45 PM, Erick Erickson wrote: > I'm a completely lost here. > > bq: "I have

Re: Query Boosting and sort

2017-09-09 Thread Erick Erickson
I'm a completely lost here. bq: "I have designed a screen where results are showing in tabular form, in each column I have applied sorting( using Solr sort parameter)" What does that mean? What is the relationship between columnA and columnB in the same row? Are they from the same doc? Different

Re: Query Boosting and sort

2017-09-08 Thread Renuka Srishti
Thanks Rick and Erick for your response. Here is the situation where I want to use both sort and phrase boosting: - I have designed a screen where results are showing in tabular form, in each column I have applied sorting( using Solr sort parameter). There is one keyword search box, in wh

Re: Query Boosting and sort

2017-09-08 Thread Erick Erickson
Sorting completely overrides scoring. By specifying a sort parameter you're effectively telling Solr that you don't care about scoring, order the docs by the sort criteria. On Fri, Sep 8, 2017 at 3:35 AM, Rick Leir wrote: > Renuka, > > You have not told us nearly enough about your issue. What que

Re: Query Boosting and sort

2017-09-08 Thread Rick Leir
Renuka, You have not told us nearly enough about your issue. What query? config? cheers -- Rick On 2017-09-08 05:42 AM, Renuka Srishti wrote: Hello All, I am trying to use sort parameter and phrase boosting together in search. But, if I use the sort parameter, it seems like Phrase Boosting d

Re: Query boosting

2010-02-23 Thread Chris Hostetter
: Try using the dismax handler : http://wiki.apache.org/solr/DisMaxRequestHandler : : This would be very good read for you. : : you would use the bq ( boost query parameter) and it should look something : similar to.. : : &bq=UPDBY:deepak^5.0+TO:deepak^4.0+CC:deepak^3.0+BCC:deepak^2.0 Uh... th

Re: Query boosting

2010-02-18 Thread Paul Dhaliwal
Try using the dismax handler http://wiki.apache.org/solr/DisMaxRequestHandler This would be very good read for you. you would use the bq ( boost query parameter) and it should look something similar to.. &bq=UPDBY:deepak^5.0+TO:deepak^4.0+CC:deepak^3.0+BCC:deepak^2.0 Paul On Thu, Feb 18, 2010

RE: Query Boosting using both BQ and BF

2009-03-09 Thread Dean Missikowski (Consultant), CLSA
nal Message- From: Peter Wolanin [mailto:peter.wola...@acquia.com] Sent: 10/03/2009 12:37 AM To: solr-user@lucene.apache.org Subject: Re: Query Boosting using both BQ and BF This doesn't seem to match what I'm seeing in terms of using bq - using any value > 0 increases the sco

Re: Query Boosting using both BQ and BF

2009-03-09 Thread Peter Wolanin
quot; >> To: solr-user@lucene.apache.org >> Sent: Sunday, March 8, 2009 3:30:28 AM >> Subject: RE: Query Boosting using both BQ and BF >> >> Some more experiments have helped me answer my own questions. >> >> > Q1. Can anyone confirm whether bf and b

Re: Query Boosting using both BQ and BF

2009-03-08 Thread Otis Gospodnetic
> From: "Dean Missikowski (Consultant), CLSA" > To: solr-user@lucene.apache.org > Sent: Sunday, March 8, 2009 3:30:28 AM > Subject: RE: Query Boosting using both BQ and BF > > Some more experiments have helped me answer my own questions. > > > Q1. Can anyone confi

RE: Query Boosting using both BQ and BF

2009-03-07 Thread Dean Missikowski (Consultant), CLSA
Some more experiments have helped me answer my own questions. > Q1. Can anyone confirm whether bf and bq can both > be used together in solrconfig.xml? yes > Q3. Can I have multiple bq parameters? If so, do I > space-separate them as a single bq, or provide > multiple BQs? Yes, multiple bq par