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