mirror of https://github.com/apache/lucene.git
fix stale javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1437394 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
43fa24c53d
commit
891fcf99da
|
@ -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 <code>true</code> if offsets should be stored
|
||||
* @param maxReusedBytes the number of bytes that should remain in the internal memory pools after {@link #reset()} is called
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue