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

Re: Simultaneous Writes to Index

2010-03-02 Thread Ron Chan
@lucene.apache.org Sent: 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

Re: Simultaneous Writes to Index

2010-03-02 Thread Kranti™ K K Parisa
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 kranti.par...@gmail.com To: solr-user@lucene.apache.org Sent: Tuesday, 2 March, 2010 10:40:37 AM Subject: Simultaneous Writes to Index Hi

Re: Simultaneous Writes to Index

2010-03-02 Thread Lance Norskog
: 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 some data 3) gets the results from solr index 4