It turns out that Solr 3.5.0 does not have the dismax issue, so, we have
reverted. Hopefully, the bug will be fixed.
From: Joel Rosen
>To: solr-user@lucene.apache.org; Steve Fatula
>Cc: Ahmet Arslan ; Tom Burton-West
>Sent: Monday, July 2, 2012 10:31 AM
>Subject: Re: Dismax Question
>
>I and another user recently posted about this exact same issue. It sounds
>like maybe this is a
From: Joel Rosen
To: solr-user@lucene.apache.org; Steve Fatula
>Cc: Ahmet Arslan ; Tom Burton-West
>Sent: Monday, July 2, 2012 10:31 AM
>Subject: Re: Dismax Question
>
>
>I and another user recently posted about this exact same issue. It sounds
>like maybe this is a
, Steve Fatula wrote:
>
> >From: Ahmet Arslan
> >To: solr-user@lucene.apache.org; Steve Fatula
> >Sent: Monday, July 2, 2012 6:22 AM
> >Subject: Re: Dismax Question
> >
> >> So, my question is how do we get Solr search to work with
> >> AND when
>From: Ahmet Arslan
>To: solr-user@lucene.apache.org; Steve Fatula
>Sent: Monday, July 2, 2012 6:22 AM
>Subject: Re: Dismax Question
>
>> So, my question is how do we get Solr search to work with
>> AND when it is splitting words? The splitting part is good,
&g
>From: Vadim Kisselmann
>To: solr-user@lucene.apache.org; Steve Fatula
>Sent: Monday, July 2, 2012 4:31 AM
>Subject: Re: Dismax Question
>
>in your schema.xml you can set the default query parser operator, in
>your case , but it's
>deprecated.
>
>
>I
in your schema.xml you can set the default query parser operator, in
your case , but it's
deprecated.
When you use the edismax, read this:http://drupal.org/node/1559394 .
mm-param is here the answer.
Best regards
Vadim
2012/7/2 Steve Fatula :
> Let's say a user types in:
>
> DualHead2Go
>
>
>
> So, my question is how do we get Solr search to work with
> AND when it is splitting words? The splitting part is good,
> the bad part is that it is searching for any one of those
> split words.
Setting autoGeneratePhraseQueries="true" and &mm=100% might help you.
http://wiki.apache.org/solr/
Let's say a user types in:
DualHead2Go
The way solr is working, it splits this into:
Dual Head 2 Go
And searches the index for various fields, and finds records where any ONE of
them matches.
Now, if I simply type the search terms Dual Head 2 Go, it finds records where
ALL of them match. Th
r example I could find to work.
>>
>> - Original Message - From: "Erick Erickson"
>>
>> To:
>> Sent: Sunday, October 23, 2011 5:07 PM
>> Subject: Re: Date boosting with dismax question
>>
>>
>> Have you seen this?
>>
>&g
Erickson"
>
> To:
> Sent: Sunday, October 23, 2011 5:07 PM
> Subject: Re: Date boosting with dismax question
>
>
> Have you seen this?
>
> http://wiki.apache.org/solr/SolrRelevancyFAQ#How_can_I_boost_the_score_of_newer_documents
>
> Best
> Eri
Yes I have and I cannot get it to work. Perhaps something is out of version
for my setup?
I tried for 3 hours to get ever example I could find to work.
- Original Message -
From: "Erick Erickson"
To:
Sent: Sunday, October 23, 2011 5:07 PM
Subject: Re: Date boosting w
Have you seen this?
http://wiki.apache.org/solr/SolrRelevancyFAQ#How_can_I_boost_the_score_of_newer_documents
Best
Erick
On Sat, Oct 22, 2011 at 3:26 AM, Craig Stadler wrote:
> Solr Specification Version: 1.4.0
> Solr Implementation Version: 1.4.0 833479 - grantingersoll - 2009-11-06
> 12:33:4
Solr Specification Version: 1.4.0
Solr Implementation Version: 1.4.0 833479 - grantingersoll - 2009-11-06
12:33:40
Lucene Specification Version: 2.9.1
Lucene Implementation Version: 2.9.1 832363 - 2009-11-03 04:37:25
precisionStep="6" positionIncrementGap="0"/>
stored="false" omitNorms="true"
: > Deja-Vu...
:
: >
http://www.lucidimagination.com/search/document/3551f130b6772799/excluding_docs_from_results_based_on_matched_field
:
: > -Hoss
:
: Thanks for the answer, the problem is that the query like this:
:
: q=foo&defType=dismax&qf=title&bq={!dismax qf='title desc' v=$q}
:
: cau
Hello!
> : I've got a problem and maybe someone had a similar one ;) I want to
> : 'force' dismax to make a query like the following one:
> : +title:foo^100 desc:foo
> :
> : The name and desc fields are only an exmaple, there can be a multiple
> : fields that lay under the name of 'title' and 'de
: I've got a problem and maybe someone had a similar one ;) I want to
: 'force' dismax to make a query like the following one:
: +title:foo^100 desc:foo
:
: The name and desc fields are only an exmaple, there can be a multiple
: fields that lay under the name of 'title' and 'desc'.
:
: What I tr
Hello!
I've got a problem and maybe someone had a similar one ;) I want to
'force' dismax to make a query like the following one:
+title:foo^100 desc:foo
The name and desc fields are only an exmaple, there can be a multiple
fields that lay under the name of 'title' and 'desc'.
What I try to achi
: but no results for:
: qt=dismax&q= blabla
:
^1.5&version=2.2&start=0&rows=1&indent=on&fl=*,score&debugQuery=true&sort=length_seconds+desc
:
: doesn't DisMax support term boosting?
the dismax syntax is specifically very limited to match the common
assumptions end users have about search input ..
Thanks, that did the trick but now i have another problem (the
documentation is very little).
It fails when i try to boost terms in the query, i.e.
I get results for :
qt=dismax&q=blabla&version=2.2&start=0&rows=1&indent=on&fl=*,score&debugQuery=true&sort=length_seconds+desc
but no results for:
: When i run my query with qt=dismax i don't get results:
:
: /solr/select/?qt=dismax&q=blablabla%3BRelevanc
: +desc&version=2.2&start=0&rows=1&indent=on&fl=*,score
:
: when i remove the qt=dismax i do get result back:
:
: /solr/select/?q=blablabla%3BRelevanc
: +desc&version=2.2&start=0&rows=1&ind
Hi,
I am trying to use DisMax handler in order to search multiple fields
but i don't get results back.
Assume the fields i want to search on are "abc", "def", "ghi" and
"jkl" then i changed solrconfig.xml to this:
explicit
0.01
abc^2 def ghi^0.1 jkl
When i run
22 matches
Mail list logo