Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.0
-
None
-
New
Description
IS.searchAfter() always returns an empty result when using FunctionValues for sorting.
The culprit is ValueSourceComparator.compareDocToValue() returning -1 when it should return +1.
Attachments
Attachments
Issue Links
- is related to
-
LUCENE-3514 deep paging with Sort
- Closed