Re: Numeric Sorting with 0 and NULL Values

2015-10-07 Thread Todd Long
t/long within the "def()" function. Any additional details would be greatly appreciated. -- View this message in context: http://lucene.472066.n3.nabble.com/Numeric-Sorting-with-0-and-NULL-Values-tp4232654p4233361.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Numeric Sorting with 0 and NULL Values

2015-10-06 Thread Todd Long
-2147483648 and -9223372036854775808, respectively. -- View this message in context: http://lucene.472066.n3.nabble.com/Numeric-Sorting-with-0-and-NULL-Values-tp4232654p4233117.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Numeric Sorting with 0 and NULL Values

2015-10-05 Thread Chris Hostetter
: value? I need the sort such that ascending will have the NULL values first : and descending will have the NULL values last (i.e. sortMissingFirst="false" : and sortMissingLast="false"). You can configure a default="X" attribute on your field such that X is the minimum legal value for your

Numeric Sorting with 0 and NULL Values

2015-10-04 Thread Todd Long
expected: NULL NULL 0 0.7 5 32 actual: NULL 0 NULL 0.7 5 32 Please let me know if I can provide any additional information. Thank you. -- View this message in context: http://lucene.472066.n3.nabble.com/Numeric-Sorting-with-0-and-NULL-Values-tp4232654.html Sent from the Solr - User mailing list archive at Nabble.com.