Hi I noticed that IndexReader.close() sets a 'close' member to true, but we never check this member. Can we eliminate it and change close() to check refCount.get() > 0?
Shai
Hi I noticed that IndexReader.close() sets a 'close' member to true, but we never check this member. Can we eliminate it and change close() to check refCount.get() > 0?
Shai