RE: RE: Max number of core in Solr multi-core

2013-01-07 Thread Darren Govoni
Original Message- From: Parvin Gasimzade [mailto:parvin.gasimz...@gmail.com] Sent: Monday, January 07, 2013 7:00 AM To: solr-user@lucene.apache.org Subject: Re: Max number of core in Solr multi-core I know that but my question is different. Let me ask it in this way. I have a solr with ba

RE: Max number of core in Solr multi-core

2013-01-07 Thread Jay Parashar
number of core in Solr multi-core I know that but my question is different. Let me ask it in this way. I have a solr with base url localhost:8998/solr and two solr core as localhost:8998/solr/core1 and localhost:8998/solr/core2. I have one baseSolr instance initialized as : SolrServer server

Re: Max number of core in Solr multi-core

2013-01-07 Thread Parvin Gasimzade
I know that but my question is different. Let me ask it in this way. I have a solr with base url localhost:8998/solr and two solr core as localhost:8998/solr/core1 and localhost:8998/solr/core2. I have one baseSolr instance initialized as : SolrServer server = new HttpSolrServer( url ); I have a

Re: Max number of core in Solr multi-core

2013-01-07 Thread Erick Erickson
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 wrote: > Thank you for your responses

Re: Max number of core in Solr multi-core

2013-01-07 Thread Parvin Gasimzade
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 HttpSolrServ

Re: Max number of core in Solr multi-core

2013-01-02 Thread Per Steffensen
e that I can create on Solr? There will be thousands maybe more application on the system. P.S. This question is also asked in the stackoverflow< http://stackoverflow.com/questions/14121624/max-number-of-core-in-solr-multi-core . Thanks, Parvin

Re: Max number of core in Solr multi-core

2013-01-02 Thread Erick Erickson
uggest any better > solution? > 2. Is there a limit on the number of core that I can create on Solr? There > will be thousands maybe more application on the system. > > P.S. This question is also asked in the > stackoverflow< > http://stackoverflow.com/questions/14121624/max-number-of-core-in-solr-multi-core > > > . > > Thanks, > Parvin >