:
: I have a question regarding the close() CSIndexInput class, why there is
: no close operation defined...
: Like ...
: base.close()
i'm not expert on this kind of thing, but since CSIndexInput only reads
from a portion of another IndexInput, closing base seems like a bad idea
... super.close()
Hi All,
I have a question regarding the close() CSIndexInput class, why there is
no close operation defined...
Like ...
base.close()
If I analyze the memory dump of our server I can see lot of object of
type CSIndexInput. So I am not sure if I call close() on IndexeSearcher
it closes all in