add back lcuene_default as a valid setting for our tests to work out of the box
This commit is contained in:
parent
b5c326023f
commit
3e6018fedb
|
@ -78,6 +78,7 @@ public final class EngineConfig {
|
|||
switch(s) {
|
||||
case "default":
|
||||
case "best_compression":
|
||||
case "lucene_default":
|
||||
return s;
|
||||
default:
|
||||
if (Codec.availableCodecs().contains(s) == false) { // we don't error message the not officially supported ones
|
||||
|
|
Loading…
Reference in New Issue