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

Lance Norskog commented on SOLR-1858:
-------------------------------------

Use cases possible:
* An embedded instance can do a distributed search across multiple cores which 
are inside the instance or are remote.
* The SolrEntityProcessor is an (uncommitted) plugin for the DataImportHandler 
([SOLR-1499]). It does a search against a Solr instance and supplies the 
resulting document, or document series, to the DIH processing chain. With the 
'solr://' option, this tool can do queries against its own Solr instance with 
no HTTP overhead.

> Embedded Solr does not support Distributed Search
> -------------------------------------------------
>
>                 Key: SOLR-1858
>                 URL: https://issues.apache.org/jira/browse/SOLR-1858
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>            Reporter: Lance Norskog
>            Priority: Minor
>
> It is impossible to do a Distributed Search across multiple cores in an 
> EmbeddedSolr instance. Distributed Search only works for Solr HTTP-controlled 
> shards, and EmbeddedSolr does not export an HTTP interface.

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

Reply via email to