On 7/25/06, Simon Willnauer <[EMAIL PROTECTED]> wrote:
I was wondering how the solr server does handle updates to the index.
I have to deal with inserts, deletes and updates in no specific order.
So to delete and insert an entry is no problem as the ids are unique
but for updateing a specific document in the index I have to close and
reopen the index writer.

http://www.nabble.com/-jira--Created%3A-%28LUCENE-565%29-Supporting-deleteDocuments-in-IndexWriter-%28Code-and-Performance-Results-Provided%29-tf1580652.html#a5316811

For good performance, deletes/overwrites aren't actually done until a
"commit" is done (when you want a new view of the index....)

-Yonik
http://incubator.apache.org/solr Solr, the open-source Lucene search server

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to