Raul Ruiz created Bug DS-1620
Issue Type: Bug Bug
Affects Versions: 3.2, 3.1, 3.0
Assignee: Unassigned
Components: Discovery, JSPUI, XMLUI
Created: 12/Aug/13 12:34 PM
Description: from: https://jira.duraspace.org/browse/DS-1571?focusedCommentId=28349&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-28349

Now ordering over discovery is incorrect because some ranges are in incorrect position.


To solution this you have to modify class SolrServiceImpl.java. The method retrieveResult is incorrect. To order filter queries, is being used a treemap. The problem is that you try to order a string with numbers it order good for strings but wrong for integers.
p.e. [2 - 999] [2000-2200] [1000-1999]
ORDER BY STRING: [2000-2200] [2 - 999] [1000-1999]
ORDER BY INTEGER: [2000-2200] [1000-1999] [2 - 999]
Project: DSpace
Priority: Minor Minor
Reporter: Raul Ruiz
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to