You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by innoculou <bn...@direcpath.tv> on 2015/03/25 16:53:00 UTC

Sorting and Rerank

If I do an initial search without any field sorting; and then do the exact
same query but also sort one field will I get the same result set in the
subsequent query but sorted.  In other words, does simply applying a sort
criteria affect the re-rank on the full search or does it just sort the
result from the main query?



--
View this message in context: http://lucene.472066.n3.nabble.com/Sorting-and-Rerank-tp4195187.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Sorting and Rerank

Posted by Koji Sekiguchi <ko...@rondhuit.com>.
Hi,

You're right. Those sets are same each other, only documents order is different.

Koji


On 2015/03/26 0:53, innoculou wrote:
> If I do an initial search without any field sorting; and then do the exact
> same query but also sort one field will I get the same result set in the
> subsequent query but sorted.  In other words, does simply applying a sort
> criteria affect the re-rank on the full search or does it just sort the
> result from the main query?
>
>
>
> --
> View this message in context: http://lucene.472066.n3.nabble.com/Sorting-and-Rerank-tp4195187.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>