Hi everyone,
 What does this "gc.G1-Young-Generation.count" metric give ? number of
times the garbage collector was called till that point of time or number of
objects it holds? And also, does this "SEARCHER.searcher.numDocs" mean the
number of documents the current searcher object is holding ? because I have
a little more than a million documents indexed in my core, and the
SEARCHER.searcher.numDocs"  field is also showing the same number. I am
crawling my files and continuously inserting documents into a core and
while this is running my memory is constantly touching 4 GB. can this be
because of the searcher object? Thanks, in advance.

Reply via email to