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 this is simple yet elegant way to fix the problem.
Thanks, KK On Mon, May 18, 2009 at 8:14 PM, Brian Mansell <lifeofbr...@gmail.com>wrote: > 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" <dioxide.softw...@gmail.com> wrote: > > 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, > >... >