fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

FDBDirectory.openInput should throw FileNotFoundException

Open ScottDugas opened this issue 1 year ago • 0 comments

FDBDirectory.openInput should throw FileNotFoundException or NoSuchFileException.

The javadoc from lucene says it should throw FileNotFoundException or NoSuchFileException but we currently do not: https://lucene.apache.org/core/8_11_2/core/index.html

ScottDugas avatar Nov 14 '23 20:11 ScottDugas