Alan Woodward created LUCENE-9366: ------------------------------------- Summary: Unused maxDoc parameter in DocValues.emptySortedNumeric() Key: LUCENE-9366 URL: https://issues.apache.org/jira/browse/LUCENE-9366 Project: Lucene - Core Issue Type: Improvement Reporter: Alan Woodward Assignee: Alan Woodward
DocValues.emptySortedNumeric() currently takes a maxDoc parameter, which is unused. We can just remove it, which simplifies a couple of call sites and will make LUCENE-9330 a bit tidier. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org