Github user rvesse commented on a diff in the pull request:
https://github.com/apache/jena/pull/123#discussion_r50546299
--- Diff:
jena-text/src/test/java/org/apache/jena/query/text/assembler/TestTextIndexLuceneAssembler.java
---
@@ -97,6 +97,14 @@
index.close();
}
}
+
+ @Test public void testOneIndexPerDirectoryMem() {
--- End diff --
Should there be a corresponding test case that validates that when you have
two different nodes specified as RAM indexes you get two different
`TextIndexLucene` instances?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---