[ 
https://issues.apache.org/jira/browse/SOLR-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865510#action_12865510
 ] 

Lance Norskog commented on SOLR-1907:
-------------------------------------

This patch would have 3 parts:

# Establish *solr://core* as the addressing scheme, with solr://default going 
to the default. (We could also use *solr://* for the default core. This may be 
legal, but it is confusing and *solr://?parameter=value* will be error-prone.)
# Add a factory for SolrServer.
# Recode many unit tests as appropriate

Separately, update the wiki.

> Solr Embedded server has no URI addressing scheme
> -------------------------------------------------
>
>                 Key: SOLR-1907
>                 URL: https://issues.apache.org/jira/browse/SOLR-1907
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>            Reporter: Lance Norskog
>
> There is a URI scheme for addressing Solr via HTTP, but there is no URI 
> scheme available for addressing Solr via embedded. If such a URI scheme 
> existed, it would be easy to code apps that take either URI scheme as 
> configuration parameter.
> Here are two concrete use cases:
> # SOLR-1499 calls out to a Solr from another Solr, based on an HTTP URL. 
> #* It cannot easily refer to the same Solr via the embedded interface.
> # [DistributedSearch|Distributed Search] addresses other Solr instances, and 
> it does not allow directly searching other cores in the same Solr via the 
> direct interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to