Re: Problem sorting long integers

2016-12-14 Thread Jaime
Yes, that was it. Thanks again! El 14/12/2016 a las 9:44, Jaime escribió: No, sorry, I think I'm not using SortField.Type.LONG. I'd give it a try. Thank you very much. El 13/12/2016 a las 18:53, Chris Hostetter escribió: How are you constructing your SortField at query time? Are you sure

Re: Problem sorting long integers

2016-12-14 Thread Jaime
No, sorry, I think I'm not using SortField.Type.LONG. I'd give it a try. Thank you very much. El 13/12/2016 a las 18:53, Chris Hostetter escribió: How are you constructing your SortField at query time? Are you sure you are using SortField.Type.LONG ? Can you show us some minimally self cont

Re: Problem sorting long integers

2016-12-13 Thread Chris Hostetter
How are you constructing your SortField at query time? Are you sure you are using SortField.Type.LONG ? Can you show us some minimally self contained reproducible code demonstrating your problem? (ie: create an index with 2 docs, then do a simple serach for both and sort them and show that th