> >> 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
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
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
love the solr community, so much to learn from so many
> knowledgeable
> >> >> people.
> >> >>
> >> >> Thanks
> >> >>
> >> >> Ravi Kiran Bhaskar
> >> >>
> >> >>
> >> >>
>
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
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
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
>> > &
> 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
> >> >
> >&
; >
> > > 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
&
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
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
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
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-
>> >
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
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
> 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
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
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
> 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
: 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
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
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,
22 matches
Mail list logo