Re: solr dynamic core creation

2010-11-21 Thread samarth s
erver' to be the Solr instance, and what you mean by 'client' is > what I was thinking of (without thinking) as the 'server'... > > Sorry about that.  Hopefully someone else can chime in on your specific > issue... > -- > View this message in context: > htt

Re: solr dynamic core creation

2010-11-11 Thread Robert Sandiford
you mean by 'client' is what I was thinking of (without thinking) as the 'server'... Sorry about that. Hopefully someone else can chime in on your specific issue... -- View this message in context: http://lucene.472066.n3.nabble.com/solr-dynamic-core-creation-tp1867705p188335

Re: solr dynamic core creation

2010-11-11 Thread nizan
as search engine Server - The http calls I made in the client, goes to another server, the master solr server (or one of the slaves), where I have embeddedSolrServer, aren't they? thanks, nizan -- View this message in context: http://lucene.472066.n3.nabble.com/solr-dynamic-core-creation-tp

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
27;t know about which cores are there or not, and on the server side I (maybe with a handler?), will understand if the core is not created, and create it if needed. Thanks, nizan -- View this message in context: http://lucene.472066.n3.nabble.com/solr-dynamic-core-creation-tp1867705p1883213.html Sen

Re: solr dynamic core creation

2010-11-11 Thread Robert Sandiford
andif...@sirsidynix.com >>> www.sirsidynix.com >>> >>> >>> >>>> -Original Message- >>>> From: Nizan Grauer [mailto:niz...@yahoo-inc.com] >>>> Sent: Tuesday, November 09, 2010 3:36 AM >>>> To: solr-user@lucene.

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.

solr dynamic core creation

2010-11-09 Thread nizan
done? Write some RequestHandler? REquestProcessor? Any other option? Thanks, nizan -- View this message in context: http://lucene.472066.n3.nabble.com/solr-dynamic-core-creation-tp1867705p1867705.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

SOLR dynamic core creation

2009-08-28 Thread Marcus Herou
Hi. We are now rethinking our sharding strategy to shard on the blog entry publishdate instead of just a simple hash. This is due to that the index size is growing too much to be handled in one index. Thing is that we want to select a core based on the publishdate of the entry. Let's say we have