Hi Uma,

Have you declared the type as integer for this field? In case, type is
some form of String (text, string etc.) the sorting will happen
lexicographically.

-param

On 1/4/12 8:40 AM, "umaswayam" <umaswa...@gmail.com> wrote:

>Hi,
>
>We want to sort our records based on some sequence which is like
>1 2 3 4 5 6 7 8 9  10 11 12 13 14.....
>
>I am using Websphere commerce to retrieve data using solr. When we are
>customizing the sort order/ option in wc-search.xml file then we are
>getting
>the sort order as
>1 10 11 12 13 14 2 3 4 5 6 7 8 9 like this.
>
>As I guess the sort order is checking with first digit of all sequences &
>based on that if they are same moving on to compare the next digit & so
>on,
>which is resulting on wrong sort output.
>
>Can anyone put some thoughts on this or help me out if I am doing
>something
>wrong here.
>
>Thanks in advance
>Uma Shankar
>
>
>
>--
>View this message in context:
>http://lucene.472066.n3.nabble.com/Query-regarding-solr-custom-sort-order-
>tp3631854p3631854.html
>Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to