Description
Since we removed seeking from IndexOutput, you can just use
.getFilePointer() to get the length. Also, nothing uses .setLength,
so I think we should remove it too.
Attachments
Attachments
Issue Links
- Is contained by
-
LUCENE-5678 Investigate to use FileoutputStream instead of RandomAccessFile in FSIndexOutput
- Resolved