mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 02:28:49 +00:00
LUCENE-4529: call default reset in TermsHash until we found the cause of the issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1405300 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
af6044f434
commit
bc17efbe57
@ -90,8 +90,8 @@ final class TermsHash extends InvertedDocConsumer {
|
||||
// Clear all state
|
||||
void reset() {
|
||||
// we don't reuse so we drop everything and don't fill with 0
|
||||
intPool.reset(false, false);
|
||||
bytePool.reset(false, false);
|
||||
intPool.reset();
|
||||
bytePool.reset();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user