This might help:
https://wiki.apache.org/solr/Solrj#HttpSolrServer

Note that the associated SolrRequest takes the path, I presume relative to
the base URL you initialized the HttpSolrServer with.

Best
Erick


On Mon, Jan 7, 2013 at 7:02 AM, Parvin Gasimzade <parvin.gasimz...@gmail.com
> wrote:

> Thank you for your responses. I have one more question related to Solr
> multi-core.
> By using SolrJ I create new core for each application. When user wants to
> add data or make query on his application, I create new HttpSolrServer for
> this core. In this scenario there will be many running HttpSolrServer
> instances.
>
> Is there a better solution? Does it cause a problem to run many instances
> at the same time?
>
> On Wed, Jan 2, 2013 at 5:35 PM, Per Steffensen <st...@designware.dk>
> wrote:
>
> > g a collection per application instead of a core
>

Reply via email to