Re: Simultaneous Writes to Index

2010-03-02 Thread Lance Norskog
>>> ----- Original Message - >>> From: "Kranti™ K K Parisa" >>> To: solr-user@lucene.apache.org >>> Sent: Tuesday, 2 March, 2010 10:40:37 AM >>> Subject: Simultaneous Writes to Index >>> >>> Hi, >>> >>> I

Re: Simultaneous Writes to Index

2010-03-02 Thread Kranti™ K K Parisa
gt;> >> if for same reason the same doc id is used then it is overwritten, so last >> in will be the one that is in the index >> >> Ron >> >> - Original Message - >> From: "Kranti™ K K Parisa" >> To: solr-user@lucene.apache.org

Re: Simultaneous Writes to Index

2010-03-02 Thread Kranti™ K K Parisa
me doc id is used then it is overwritten, so last > in will be the one that is in the index > > Ron > > - Original Message - > From: "Kranti™ K K Parisa" > To: solr-user@lucene.apache.org > Sent: Tuesday, 2 March, 2010 10:40:37 AM > Subject: Simultaneou

Re: Simultaneous Writes to Index

2010-03-02 Thread Ron Chan
Tuesday, 2 March, 2010 10:40:37 AM Subject: Simultaneous Writes to Index Hi, I am planning to development some application on which users could update their account data after login, this is on top of the search facility users have. the basic work flow is 1) user logs in 2) searches for so

Simultaneous Writes to Index

2010-03-02 Thread Kranti™ K K Parisa
Hi, I am planning to development some application on which users could update their account data after login, this is on top of the search facility users have. the basic work flow is 1) user logs in 2) searches for some data 3) gets the results from solr index 4) save some of the search results in