Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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-1499calls 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 addresses other Solr instances, and it does not allow directly searching other cores in the same Solr via the direct interface.
Attachments
Issue Links
- is depended upon by
-
SOLR-1858 Embedded Solr does not support Distributed Search
- Open