Re: Index Concurrency

2007-05-10 Thread joestelmach
> Yes, coordination between the main index searcher, the index writer, > and the index reader needed to delete other documents. Can you point me to any documentation/code that describes this implementation? > That's weird... I've never seen that. > The lucene write lock is only obtained when th

Re: Index Concurrency

2007-05-09 Thread joestelmach
Yonik, Thanks for your fast reply. > No, not currently. Start your implementation with just a single > index... unless it is very large, it will likely be fast enough. My index will get quite large > Solr also handles all the concurrency issues, and you should never hit > "lock access timeou

Index Concurrency

2007-05-09 Thread joestelmach
Hello, I'm a bit new to search indexing and I'm hoping some of you here can help me with an e-mail application I'm working on. I have a mail retrieval program that accesses multiple POP accounts in parallel, and parses each message into a database. I would like to add a new document to a solr i