Re: Query regarding solr custom sort order

2012-01-17 Thread umaswayam
in the thread. So can we restrict it to send single values based on certain category ID or something like this. Thanks in advance, Uma Shankar -- View this message in context: http://lucene.472066.n3.nabble.com/Query-regarding-solr-custom-sort-order-tp3631854p3665545.html Sent from the Solr - User

Re: Query regarding solr custom sort order

2012-01-06 Thread Bernd Fehling
from database is string only, that is being default populated. How do I convert it to double as the format is 1.00,2.00,3.00 in database. So I need it to be coverted to double only. Thanks, Uma Shankar -- View this message in context: http://lucene.472066.n3.nabble.com/Query-regarding-solr

Re: Query regarding solr custom sort order

2012-01-05 Thread umaswayam
.nabble.com/Query-regarding-solr-custom-sort-order-tp3631854p3637181.html Sent from the Solr - User mailing list archive at Nabble.com.

Query regarding solr custom sort order

2012-01-04 Thread umaswayam
. 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.

Re: Query regarding solr custom sort order

2012-01-04 Thread Erik Hatcher
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.

Re: Query regarding solr custom sort order

2012-01-04 Thread Sethi, Parampreet
: 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.

Re: Query regarding solr custom sort order

2012-01-04 Thread Bernd Fehling
Hi, I suggest using the following fieldType for your field: fieldType name=sint class=solr.SortableIntField sortMissingLast=true omitNorms=true/ Regards Bernd Am 04.01.2012 14:40, schrieb umaswayam: Hi, We want to sort our records based on some sequence which is like 1 2 3 4 5 6 7 8 9 10