diff --git a/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java b/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java index 8efe0f7535a..cb40b0d7110 100644 --- a/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java +++ b/lucene/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java @@ -253,8 +253,7 @@ public class MemoryIndex { } /** - * Expert: This constructor accepts a byte and int block allocator that is used internally to allocate - * int & byte blocks for term and posting storage. + * Expert: This constructor accepts an upper limit for the number of bytes that should be reused if this instance is {@link #reset()}. * @param storeOffsets true if offsets should be stored * @param maxReusedBytes the number of bytes that should remain in the internal memory pools after {@link #reset()} is called */