Robert Muir created LUCENE-6208:
-----------------------------------

             Summary: CompoundFileFormat.write() has unnecessary parameter
                 Key: LUCENE-6208
                 URL: https://issues.apache.org/jira/browse/LUCENE-6208
             Project: Lucene - Core
          Issue Type: Task
            Reporter: Robert Muir


Today it's: write(Directory dir, SegmentInfo si, Collection<String> files, 
IOContext context)

But 'files' is not needed. its always si.files() because thats all this format 
is responsible for (e.g. its not an api for /bin/cat).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to