So I created a Solr Cluster via the Rank and Retrieve web tooling. The name of the cluster is similar to "Cluster Client". Problem here is the online tooling allows names with blanks.
Now, after training the ranker I want to access the query interface via API. The call goes similar to: http://gateway.watsonplatform.net/retrieve-and-rank/api/v1/solr_clusters/CLUSTER_ID/solr/CLUSTER_NAME/select?q=QUERY&wt=json
So problem is now: my CLUSTER_NAME has spaces in there.
First thought: escape it with "%20" or "+" => doesn't work :(
So the question is now:
a) How can I query my cluster?
b) If that is not possible: How can I rename my cluster, remove the space, so I can access it?