[GitHub] lucene-solr pull request #148: SOLR-9483 Add SolrJ support for the modify co...

2017-01-29 Thread susheelks
GitHub user susheelks opened a pull request: https://github.com/apache/lucene-solr/pull/148 SOLR-9483 Add SolrJ support for the modify collection API Added Modify class and a method modifyCollection as per the suggestion. Please review. You can merge this pull request into a Git

[GitHub] lucene-solr pull request #147: SOLR-8146 decouple building url list from Clo...

2017-01-28 Thread susheelks
GitHub user susheelks opened a pull request: https://github.com/apache/lucene-solr/pull/147 SOLR-8146 decouple building url list from CloudSolrClient to separate class for… I am suggesting to decouple building the url list from CloudSolrClient.sendRequest(..) to a separate class

[GitHub] lucene-solr pull request #66: SOLR-8146: Allowing SolrJ CloudSolrClient to h...

2017-01-24 Thread susheelks
Github user susheelks closed the pull request at: https://github.com/apache/lucene-solr/pull/66 --- 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 issue #69: SOLR-9399: Delete requests do not send credentials & ...

2016-10-20 Thread susheelks
Github user susheelks commented on the issue: https://github.com/apache/lucene-solr/pull/69 Hello, Can this pull request be merged and committed that it can be part of Solr 6.3 release. This is a simple one line addition to pass auth credentials during a delete request

[GitHub] lucene-solr issue #66: SOLR-8146: Allowing SolrJ CloudSolrClient to have pre...

2016-10-08 Thread susheelks
Github user susheelks commented on the issue: https://github.com/apache/lucene-solr/pull/66 Merged routingRule changes after latest refactored code --- 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

[GitHub] lucene-solr pull request #66: SOLR-8146: Allowing SolrJ CloudSolrClient to h...

2016-08-09 Thread susheelks
GitHub user susheelks opened a pull request: https://github.com/apache/lucene-solr/pull/66 SOLR-8146: Allowing SolrJ CloudSolrClient to have preferred replica for query/read This pull request is to get feedback on the approach of implementing routingRule. The unit test