Paulo Costa created SOLR-9303:
---------------------------------
Summary: Refactor CloudSolrClient for extensibility
Key: SOLR-9303
URL: https://issues.apache.org/jira/browse/SOLR-9303
Project: Solr
Issue Type: Improvement
Security Level: Public (Default Security Level. Issues are Public)
Components: SolrJ
Affects Versions: 6.0, 5.4
Reporter: Paulo Costa
Priority: Minor
Fix For: 6.1
I'm using a custom Solr plugins which adds extra constraints on which nodes I
can access.
To respect these constraints, I needed to use a customized version of
CloudSolrClient.
Unfortunately, CloudSolrClient.sendRequest() is currently written as one big
chunk of code, breaking OO's SOLID principle and making it is impossible for me
to customize it on a subclass.
I suggest we refactor this method in 3 steps:
- Finding the usable URLs
- Checking if a node can be used for this request
- Executing the request
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]