mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 11:05:29 +00:00
LUCENE-9281: Use java.util.ServiceLoader to load codec components and analysis factories to be compatible with Java Module System
The Solr test-framework products base classes and utility classes for writting JUnit tests excercising Solr functionality. This test framework relies on the lucene components found in in the ./lucene-libs/ directory, as well as the third-party libraries found in the ./lib directory.