| Since HSEARCH-3084 Resolved , starting a Lucene index will create an unnecessary IndexWriter to handle the commit() after the call to ensureIndexExists(). Beyond the fact that creating the index writer unnecessarily will have a bad impact on read-only applications, this is also causing me trouble in tests I'm attempting to write. |