]
RH Bugzilla Integration commented on ISPN-4416:
-----------------------------------------------
Vojtech Juranek <vjuranek(a)redhat.com> changed the Status of [bug
Implement sorting and pagination for non-indexed querying (phase I)
-------------------------------------------------------------------
Key: ISPN-4416
URL:
https://issues.jboss.org/browse/ISPN-4416
Project: Infinispan
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Embedded Querying, Remote Querying
Affects Versions: 7.0.0.Alpha4
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Labels: 630
Fix For: 7.0.0.Alpha5
This is a simple implementation that sorts all the results just before returning them to
the requestor. This quick solution is needed in order to provide indentical results for
both indexed and non-indexed query and make uniform testing easier. A second
implementation will be provided based on ISPN-4358 when it becomes available.