Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
New
Description
Created a PR here for early review.
https://github.com/apache/lucene-solr/pull/424
I changed:
- the wording in Directory documentation to be a bit more formalized about what rules a Directory should obey (and users expect).
- modified the test framework to verify the above in mock classes.
Currently a number of Directory implementations fail the testReadFileOpenForWrites test that I added, so I'll keep working on that.