Re: Query ReRanking question

2015-08-04 Thread Aman Tandon
> >> why. I > >>> >> >> thought the query shown below should give irrelevant results as > >>> >> sorting by > >>> >> >> date would throw relevancy off...but somehow its getting relevant > >>> >> results > >>> >&g

Re: Query ReRanking question

2015-01-16 Thread Erick Erickson
s >>> >> >> with fair enough reverse chronology. It is as if the sort is applied >>> >> after >>> >> >> the docs are collected and reranked (which is what I wanted). One >>> more >>> >> >> thing that baffled me was, if I change reRankDo

Re: Query ReRanking question

2015-01-16 Thread Ravi Solr
irline >> >> crash&rq={!rerank >> >> >> reRankQuery=$rqq reRankDocs=1000}&rqq=*:*&sort=publish_date >> >> >> desc&fl=headline,publish_date,score >> >> >> >> >> >> I love the solr community, so much to learn fro

Re: Query ReRanking question

2014-09-08 Thread Ravi Solr
love the solr community, so much to learn from so many > knowledgeable > >> >> people. > >> >> > >> >> Thanks > >> >> > >> >> Ravi Kiran Bhaskar > >> >> > >> >> > >> >> >

Re: Query ReRanking question

2014-09-07 Thread Joel Bernstein
t; Ravi Kiran Bhaskar >> >> >> >> >> >> >> >> On Fri, Sep 5, 2014 at 1:23 PM, Erick Erickson < >> erickerick...@gmail.com> >> >> wrote: >> >> >> >> > OK, why can't you switch the clauses from Joel&#

Re: Query ReRanking question

2014-09-07 Thread Joel Bernstein
y=$myquery}&myquery=*:*&sort=date+desc > >> > > >> > (haven't tried this yet, but you get the idea). > >> > > >> > Best, > >> > Erick > >> > > >> > On Fri, Sep 5, 2014 at 9:33 AM, Markus Jelsma

Re: Query ReRanking question

2014-09-07 Thread Erick Erickson
gt; Hi - You can already achieve this by boosting on the document's >> recency. >> > The result set won't be exactly ordered by date but you will get the most >> > relevant and recent documents on top. >> > > >> > > Markus >> > &

Re: Query ReRanking question

2014-09-06 Thread Ravi Solr
> OK, why can't you switch the clauses from Joel's suggestion? > >> > > >> > Something like: > >> > q=Malaysia plane crash&rq={!rerank reRankDocs=1000 > >> > reRankQuery=$myquery}&myquery=*:*&sort=date+desc > >> > > >&

Re: Query ReRanking question

2014-09-06 Thread Ravi Solr
; > > > > On Fri, Sep 5, 2014 at 9:33 AM, Markus Jelsma > > > wrote: > > > > Hi - You can already achieve this by boosting on the document's > > recency. > > > The result set won't be exactly ordered by date but you will get the > most &

Re: Query ReRanking question

2014-09-06 Thread Joel Bernstein
ery=*:*&sort=date+desc >> > >> > (haven't tried this yet, but you get the idea). >> > >> > Best, >> > Erick >> > >> > On Fri, Sep 5, 2014 at 9:33 AM, Markus Jelsma >> > wrote: >> > > Hi - You can already achieve

Re: Query ReRanking question

2014-09-06 Thread Joel Bernstein
gt; > On Fri, Sep 5, 2014 at 9:33 AM, Markus Jelsma > > wrote: > > > Hi - You can already achieve this by boosting on the document's > recency. > > The result set won't be exactly ordered by date but you will get the most > > relevant and recent documents on

Re: Query ReRanking question

2014-09-06 Thread Walter Underwood
gt;>> On Fri, Sep 5, 2014 at 9:33 AM, Markus Jelsma >>> wrote: >>>> Hi - You can already achieve this by boosting on the document's recency. >>> The result set won't be exactly ordered by date but you will get the most >>> relevant and recent d

Re: Query ReRanking question

2014-09-06 Thread Erick Erickson
ready achieve this by boosting on the document's recency. >> The result set won't be exactly ordered by date but you will get the most >> relevant and recent documents on top. >> > >> > Markus >> > >> > -Original message- >> >

Re: Query ReRanking question

2014-09-06 Thread Ravi Solr
set won't be exactly ordered by date but you will get the most > relevant and recent documents on top. > > > > Markus > > > > -Original message- > >> From:Ravi Solr mailto:ravis...@gmail.com> > > >> Sent: Friday 5th September 2014 18:06 > &g

Re: Query ReRanking question

2014-09-05 Thread Joel Bernstein
he idea). > > > > > > Best, > > > Erick > > > > > > On Fri, Sep 5, 2014 at 9:33 AM, Markus Jelsma > > > wrote: > > >> Hi - You can already achieve this by boosting on the document's > > recency. The result set won't be exactly ordered

Re: Query ReRanking question

2014-09-05 Thread Ravi Solr
> the most relevant and recent documents on top. > >> > >> Markus > >> > >> -Original message- > >>> From:Ravi Solr mailto:ravis...@gmail.com> > > >>> Sent: Friday 5th September 2014 18:06 > >>> To: solr-user@luc

Re: Query ReRanking question

2014-09-05 Thread Ravi Solr
t; > > Markus > > > > -Original message- > >> From:Ravi Solr mailto:ravis...@gmail.com> > > >> Sent: Friday 5th September 2014 18:06 > >> To: solr-user@lucene.apache.org <mailto:solr-user@lucene.apache.org> > >> Subject: Re: Que

Re: Query ReRanking question

2014-09-05 Thread Walter Underwood
ssage- >>> From:Ravi Solr mailto:ravis...@gmail.com> > >>> Sent: Friday 5th September 2014 18:06 >>> To: solr-user@lucene.apache.org <mailto:solr-user@lucene.apache.org> >>> Subject: Re: Query ReRanking question >>> >>> Thank you very muc

Re: Query ReRanking question

2014-09-05 Thread Erick Erickson
> From:Ravi Solr mailto:ravis...@gmail.com> > >> Sent: Friday 5th September 2014 18:06 >> To: solr-user@lucene.apache.org <mailto:solr-user@lucene.apache.org> >> Subject: Re: Query ReRanking question >> >> Thank you very much for responding. I want to do e

RE: Query ReRanking question

2014-09-05 Thread Markus Jelsma
: Friday 5th September 2014 18:06 > To: solr-user@lucene.apache.org <mailto:solr-user@lucene.apache.org> > Subject: Re: Query ReRanking question > > Thank you very much for responding. I want to do exactly the opposite of > what you said. I want to sort the relevant docs i

Re: Query ReRanking question

2014-09-05 Thread Ravi Solr
Thank you very much for responding. I want to do exactly the opposite of what you said. I want to sort the relevant docs in reverse chronology. If you sort by date before hand then the relevancy is lost. So I want to get Top N relevant results and then rerank those Top N to achieve relevant reverse

Re: Query ReRanking question

2014-09-04 Thread Joel Bernstein
If you want the main query to be sorted by date then the top N docs reranked by a query, that should work. Try something like this: q=foo&sort=date+desc&rq={!rerank reRandDocs=1000 reRankQuery=$myquery}&myquery=blah Joel Bernstein Search Engineer at Heliosearch On Thu, Sep 4, 2014 at 4:25 PM,