Re: solr dynamic core creation

2010-11-21 Thread samarth s
Hi nizan, I have the same requirement of creating cores on the fly. Was looking for some API provided by http solr server. Currently working around by writing my own shell script on the server (solr server :) ). Any better leads on the same? Thanks, Samarth On Thu, Nov 11, 2010 at 9:27 PM, Rober

Re: solr dynamic core creation

2010-11-11 Thread Robert Sandiford
No - in reading what you just wrote, and what you originally wrote, I think the misunderstanding was mine, based on the architecture of my code. In my code, it is our 'server' level that does the SolrJ indexing calls, but you meant 'server' to be the Solr instance, and what you mean by 'client' i

Re: solr dynamic core creation

2010-11-11 Thread nizan
Hi, Maybe just don't understand all the concept there and I mix up server and client... Client - The place where I make the http calls (for index, search etc.) - where I use the CommonsHttpSolrServer as the solr server. This machine isn't defined as master or slave, it just use solr as search en

Re: solr dynamic core creation

2010-11-11 Thread Robert Sandiford
Hmmm. Maybe you need to define what you mean by 'server' and what you mean by 'client'. -- View this message in context: http://lucene.472066.n3.nabble.com/solr-dynamic-core-creation-tp1867705p1883238.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr dynamic core creation

2010-11-11 Thread nizan
Hi, Thanks for the offers, I'll take deeper look into them. In the offers you showed me, if I understand correctly, the call for creation is done in the client side. I need the mechanism we'll work in the server side. I know it sounds stupid, but I need the client side wouldn't know about which

Re: solr dynamic core creation

2010-11-11 Thread Robert Sandiford
Hi, nizan. I didn't realize that just replying to a thread from my email client wouldn't get back to you. Here's some info on this thread since your original post: On Nov 10, 2010, at 12:30pm, Bob Sandiford wrote: > Why not use replication? Call it inexperience... > > We're really early into

Re: solr dynamic core creation

2010-11-11 Thread nizan
Does anyone has any idea on how to do this? -- View this message in context: http://lucene.472066.n3.nabble.com/solr-dynamic-core-creation-tp1867705p1881374.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SOLR dynamic core creation

2009-08-28 Thread Marcus Herou
Thanks. Yup, I have reloaded the wiki all morning (GMT+1 time) Cheers //Marcus On Fri, Aug 28, 2009 at 2:06 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Fri, Aug 28, 2009 at 5:25 PM, Marcus Herou >wrote: > > > That seems sweet! One conf dir, many data-dirs = perfect. > > >

Re: SOLR dynamic core creation

2009-08-28 Thread Shalin Shekhar Mangar
On Fri, Aug 28, 2009 at 5:25 PM, Marcus Herou wrote: > That seems sweet! One conf dir, many data-dirs = perfect. > > Some short questions > > * How and where do one configure each core to have separate data vs > instancedirs ? Still manually in solr.xml or by using the coreadminhandler > ? You c

Re: SOLR dynamic core creation

2009-08-28 Thread Marcus Herou
That seems sweet! One conf dir, many data-dirs = perfect. Some short questions * How and where do one configure each core to have separate data vs instancedirs ? Still manually in solr.xml or by using the coreadminhandler ? * How do one use the CoreAdminHandler ? (Google gives me only refs to th

Re: SOLR dynamic core creation

2009-08-28 Thread Noble Paul നോബിള്‍ नोब्ळ्
have you looked at the coreadminhandler? say you always write to "newcore" after say august , you cretae andn empty core "core-aug" and swap it out with "newcore". Make every core use the same instancedir with different dataDir On Fri, Aug 28, 2009 at 3:08 PM, Marcus Herou wrote: > Hi. > > We a