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

Shawn Heisey commented on SOLR-16603:
-------------------------------------

EmbeddedSolrServer is Solr without Jetty.  There is no HTTP access at all, so 
it cannot run in cloud mode and it is only accessible to the JVM where it is 
running.  I'm pretty sure it can have multiple cores, and each of those cores 
should behave just like it would when running Solr separately.  As far as 
dependencies go, you would need solr-core, which has a lot of transitive 
dependencies.

The project only recommends using EmbeddedSolrServer for testing purposes, not 
production.  There is no support for redundancy or high availability.

 

> Create a public constructor for SolrCore
> ----------------------------------------
>
>                 Key: SOLR-16603
>                 URL: https://issues.apache.org/jira/browse/SOLR-16603
>             Project: Solr
>          Issue Type: Wish
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: clients - java
>            Reporter: Jeb Nix
>            Priority: Minor
>         Attachments: NoHtmlUpdateProcessorFactory.java
>
>
> This will enable to use Solr's search with update processors and search 
> components, without the need to deploy an actual Solr instance - e.g. Solr on 
> the RAM of the Java application. This would be super useful to me for making 
> external APIs that will support Solr, outside of the cluster. Lucene ain't 
> good enough because of the configurations that I have on Solr.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to