On 6/1/06, Simon Willnauer <[EMAIL PROTECTED]> wrote:
So the results of the search are entry ids and a corresponding feed. These entries will be retrieved from the storage and send back to the client.
In the simplest case of using a lucene stored field to store the original entry, it's a single operation right? You do a search, get back lucene Documents, and all the info is right there.
An update request comes in. -> the entry to update will be added to the lucene writer who writes the update. But another delete request has locked the index and an IOException will be thrown.
Normally for Lucene, some batching of updates and deletes are needed for decent performance. -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]