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
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
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
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
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
: 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
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
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
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
> 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
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
11 matches
Mail list logo