I think the table is still up to date, but the most comprehensive
explanation of concurrency rules that I know of is in Chapter 2 of
Lucene in Action:
http://www.lucenebook.com/search?query=concurrency+rules
As you can see from the 1st hit snippet, it really all boils down to
eliminating concurr
Friso van Vollenhoven wrote:
Hi,
I found this table at jGruru:
http://www.jguru.com/forums/view.jsp?EID=910778
Since the table seems to be about 2.5 years old, I was wondering if it is
still correct.
It says that I can concurrently delete and read a document. So if there
are two threads using one
Hi,
I found this table at jGruru:
http://www.jguru.com/forums/view.jsp?EID=910778
Since the table seems to be about 2.5 years old, I was wondering if it is
still correct.
It says that I can concurrently delete and read a document. So if there
are two threads using one IndexReader instance, they