GitHub user johnthcall opened a pull request:
https://github.com/apache/lucene-solr/pull/115
SOLR-9772 FieldSortValues should reuse comparator and only invalidate
leafComparator
No need to recreate the comparator as leaf changes. There was a bug where
lastIdx was not set and was recreating the comparator and re-initializing the
leafComparator for each document.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/johnthcall/lucene-solr patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/115.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #115
----
commit 8a47601e0f42563c1d45c3049d21194505b1a89d
Author: John Call <[email protected]>
Date: 2016-11-15T20:37:37Z
SOLR-9772 FieldSortValues should reuse comparator and only invalidate
leafComparator
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]