I have a problem with Lucene 2.4, the situation being as follows:
I have to deal with the possibility that there are 2 seperate processes operating on the same Index directory and ...
I am upgrading lucene 2.4.1 to 3.0.2 in my java web project, in IndexReader
Lucene 2.4.1 has method setTermInfosIndexDivisor but
in Lucene 3.0.2 we have to set it on opening an IndexReader
my question ...