Re: Sole core naming convention for multicores

2009-05-18 Thread KK
I think I should also do the same way. Thanks Brain for pointing me to this idea. As per my db design I don't have any single key as PK, I'm thinking of putting a new field called [say] coreId and make it PK with auto-increment option[I'm using MySQL, btw], and this will solve the problem. I think

Re: Sole core naming convention for multicores

2009-05-18 Thread Brian Mansell
KK - In my experience with multi-core, I've found that using the user record's integer PK for each user core works well by still allowing the user to update their email addresses / usernames over time. cheers, --bemansell On May 17, 2009 10:39 PM, "KK" wrote: Thank you Otis. One silly questi

Re: Sole core naming convention for multicores

2009-05-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
solr will not give any exceptions .atleast ,there is no code which checks for that. choose names which are valid characters in url On Mon, May 18, 2009 at 11:08 AM, KK wrote: > Thank you Otis. > One silly question, how would I know that a particular character is > forbidden, I think Solr will giv

Re: Sole core naming convention for multicores

2009-05-17 Thread KK
Thank you Otis. One silly question, how would I know that a particular character is forbidden, I think Solr will give me exceptions saying that some characters not allowed, right? Thank, KK. On Sun, May 17, 2009 at 3:12 AM, Otis Gospodnetic < otis_gospodne...@yahoo.com> wrote: > > KK, > > That s

Re: Sole core naming convention for multicores

2009-05-16 Thread Otis Gospodnetic
KK, That should work just fine. Should any of the characters in email addresses turn out to be forbidden, just replace them consistently. For example, if @ turns out to be the problem, you could simple replace it with _. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch -