Description
- remove update/SolrIndexConfig.LOCK_TYPE_(SIMPLE|NATIVE|SINGLE|NONE) and add core/DirectoryFactory.LOCK_TYPE_(SIMPLE|NATIVE|SINGLE|NONE)
- change existing usage from SolrIndexConfig.LOCK_TYPE_* to DirectoryFactory.LOCK_TYPE_* and add new usage (instead of string literals)
- add DirectoryFactoryTest.testLockTypesUnchanged() test
Attachments
Attachments
Issue Links
- is required by
-
SOLR-8505 core/DirectoryFactory.LOCK_TYPE_HDFS - add & use it instead of String literals
- Closed