GitHub user rustamhsmv opened a pull request:
https://github.com/apache/lucene-solr/pull/126
SOLR-9876 Reuse CountSlotArrAcc internal array for same level subFacets
All facet processors are processed sequentially. We can reuse
CountSlotArrAcc internal array across same level facet processors instead of
reallocating new array for each.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rustamhsmv/lucene-solr FacetReusable
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/126.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 #126
----
commit a3812a67d95651c70c801cbea5ed1ff2e39ee051
Author: rustamhsmv <[email protected]>
Date: 2016-12-16T23:34:47Z
make CountSlotArrAcc internal array reusable
commit 1c069cc6e0fdc084bb1b88591dae32143d4ebdba
Author: rustamhsmv <[email protected]>
Date: 2016-12-17T21:51:21Z
Comments
----
---
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]