http://people.apache.org/~hossman/#java-dev
Please Use "java-user@lucene" Not "java-dev@lucene"
Your question is better suited for the java-user@lucene mailing list ...
not the java-dev@lucene list. java-dev is for discussing development of
the internals of the Lucene Java library ... it is *not* the appropriate
place to ask questions about how to use the Lucene Java library when
developing your own applications. Please resend your message to
the java-user mailing list, where you are likely to get more/better
responses since that list also has a larger number of subscribers.
: Date: Mon, 31 Aug 2009 15:15:06 -0700 (PDT)
: From: mitu2009 <musicfreaque@gmail.com>
: Reply-To: java-dev@lucene.apache.org
: To: java-dev@lucene.apache.org
: Subject: Updating Lucene index from two different threads in a web application
:
:
: Hi,
:
: I've a web application which uses Lucene for company search functionality.
: When registered users add a new company,it is saved to database and also
: gets indexed in Lucene based company search index in real time.
:
: When adding company in Lucene index, how do I handle use case of two or more
: logged-in users posting a new company at the same time?Also, will both these
: companies get indexed without any file lock, lock time out, etc. related
: issues?
:
: Would appreciate if i could help with code as well.
:
: Thanks.
: --
: View this message in context: http://www.nabble.com/Updating-Lucene-index-from-two-different-threads-in-a-web-application-tp25231264p25231264.html
: Sent from the Lucene - Java Developer mailing list archive at Nabble.com.
:
:
: ---------------------------------------------------------------------
: To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
: For additional commands, e-mail: java-dev-help@lucene.apache.org
:
-Hoss
---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org
|