[GitHub] lucene-solr pull request #200: SOLR-10654 - Expose Prometheus metrics under ...

2017-05-09 Thread kelaban
GitHub user kelaban opened a pull request: https://github.com/apache/lucene-solr/pull/200 SOLR-10654 - Expose Prometheus metrics under /admin/metrics with wt=p… …rometheus You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] lucene-solr pull request #195: SOLR-10047 - Fix test: Use NoMergePolicy in t...

2017-04-24 Thread kelaban
GitHub user kelaban opened a pull request: https://github.com/apache/lucene-solr/pull/195 SOLR-10047 - Fix test: Use NoMergePolicy in testing You can merge this pull request into a Git repository by running: $ git pull https://github.com/kelaban/lucene-solr jira/master/SOLR

[GitHub] lucene-solr pull request #145: SOLR-10047 - SolrIndexSearcher, UninvertingRe...

2017-04-24 Thread kelaban
Github user kelaban closed the pull request at: https://github.com/apache/lucene-solr/pull/145 --- 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

[GitHub] lucene-solr pull request #151: LUCENE-7671 - Enhance UpgradeIndexMergePolicy...

2017-01-31 Thread kelaban
GitHub user kelaban opened a pull request: https://github.com/apache/lucene-solr/pull/151 LUCENE-7671 - Enhance UpgradeIndexMergePolicy with additional options Also updates Backwards compatibility tests You can merge this pull request into a Git repository by running: $ git

[GitHub] lucene-solr pull request #145: SOLR-10047 - SolrIndexSearcher, UninvertingRe...

2017-01-26 Thread kelaban
GitHub user kelaban opened a pull request: https://github.com/apache/lucene-solr/pull/145 SOLR-10047 - SolrIndexSearcher, UninvertingReader, uninvert docvalues… … per segment You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] lucene-solr pull request #144: SOLR-10046 - Add UninvertDocValuesMergePolicy...

2017-01-26 Thread kelaban
GitHub user kelaban opened a pull request: https://github.com/apache/lucene-solr/pull/144 SOLR-10046 - Add UninvertDocValuesMergePolicyFactory and lucene/OneMe… …rgeWrappingMergePolicy You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] lucene-solr issue #50: SOLR-9280 - make nodeName a configurable parameter in...

2016-10-17 Thread kelaban
Github user kelaban commented on the issue: https://github.com/apache/lucene-solr/pull/50 Additionally work for SOLR-9281 is being done here (https://github.com/kelaban/lucene-solr/tree/jira/master/SOLR-9281) but will hold out on a PR as it relies on this branch --- If your project

[GitHub] lucene-solr issue #50: SOLR-9280 - make nodeName a configurable parameter in...

2016-10-17 Thread kelaban
Github user kelaban commented on the issue: https://github.com/apache/lucene-solr/pull/50 Updated so the patch now applies cleanly. I've been having trouble getting tests to pass on vanilla master branch, so I cannot tell if this is causing any to fail. I've spot checked a

[GitHub] lucene-solr pull request #94: SOLR-9617 - Add RemoteFileField FieldType

2016-10-10 Thread kelaban
GitHub user kelaban opened a pull request: https://github.com/apache/lucene-solr/pull/94 SOLR-9617 - Add RemoteFileField FieldType You can merge this pull request into a Git repository by running: $ git pull https://github.com/kelaban/lucene-solr jira/master/SOLR-9617

[GitHub] lucene-solr issue #50: SOLR-9280 - make nodeName a configurable parameter in...

2016-07-08 Thread kelaban
Github user kelaban commented on the issue: https://github.com/apache/lucene-solr/pull/50 Randomly setting nodeName in tests which extend from `AbstractFullDistribZkTestBase` hits about 60 solr cloud tests. But there are also about 30 other cloud tests which use `MiniSolrCloudCluster

[GitHub] lucene-solr pull request #50: SOLR-9280 - make nodeName a configurable param...

2016-07-08 Thread kelaban
GitHub user kelaban opened a pull request: https://github.com/apache/lucene-solr/pull/50 SOLR-9280 - make nodeName a configurable parameter in solr.xml This patch makes live nodeName configurable via solr.xml by setting ```xml ${solr.nodeName