Re: Dismax Question

2012-07-05 Thread Steve Fatula
It turns out that Solr 3.5.0 does not have the dismax issue, so, we have reverted. Hopefully, the bug will be fixed.

Re: Dismax Question

2012-07-02 Thread Steve Fatula
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

Re: Dismax Question

2012-07-02 Thread Steve Fatula
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

Re: Dismax Question

2012-07-02 Thread Joel Rosen
, 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

Re: Dismax Question

2012-07-02 Thread Steve Fatula
>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

Re: Dismax Question

2012-07-02 Thread Steve Fatula
>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

Re: Dismax Question

2012-07-02 Thread Vadim Kisselmann
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 > > >

Re: Dismax Question

2012-07-02 Thread Ahmet Arslan
> 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/

Dismax Question

2012-07-01 Thread Steve Fatula
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

Re: Date boosting with dismax question

2011-10-25 Thread Erik Hatcher
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

Re: Date boosting with dismax question

2011-10-23 Thread Erick Erickson
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

Re: Date boosting with dismax question

2011-10-23 Thread Craig Stadler
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

Re: Date boosting with dismax question

2011-10-23 Thread Erick Erickson
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

Date boosting with dismax question

2011-10-21 Thread Craig Stadler
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"

Re: Dismax question

2011-10-13 Thread Chris Hostetter
: > 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

Re: Dismax question

2011-10-13 Thread Rafał Kuć
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

Re: Dismax question

2011-10-13 Thread Chris Hostetter
: 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

Dismax question

2011-10-13 Thread Rafał Kuć
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

Re: DisMax Question.

2007-03-16 Thread Chris Hostetter
: 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 ..

Re: DisMax Question.

2007-03-14 Thread shai deljo
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:

Re: DisMax Question.

2007-03-14 Thread Chris Hostetter
: 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

DisMax Question.

2007-03-14 Thread shai deljo
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