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 sumantht <su...@gmail.com> on 2008/07/15 14:33:06 UTC

solr:sorting on what type is faster

hi,
in databases, sorting based on text fields is faster and preferable, if i am
not wrong. 
similarly, which type of fields are to be chosen to sort in 'solr'? how the
ties are broken?
sorry for mistakes, if any ..

thank you
-- 
View this message in context: http://www.nabble.com/solr%3Asorting-on-what-type-is-faster-tp18464118p18464118.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: solr:sorting on what type is faster

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
If a sort is not specified then documents are returned in decreasing order
of their score. You can get more details on the scoring at
http://lucene.apache.org/java/docs/scoring.html

On Tue, Jul 15, 2008 at 6:03 PM, sumantht <su...@gmail.com> wrote:

>
> hi,
> in databases, sorting based on text fields is faster and preferable, if i
> am
> not wrong.
> similarly, which type of fields are to be chosen to sort in 'solr'? how the
> ties are broken?
> sorry for mistakes, if any ..
>
> thank you
> --
> View this message in context:
> http://www.nabble.com/solr%3Asorting-on-what-type-is-faster-tp18464118p18464118.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>


-- 
Regards,
Shalin Shekhar Mangar.