add back lcuene_default as a valid setting for our tests to work out of the box

This commit is contained in:
Simon Willnauer 2016-01-18 13:23:24 +01:00
parent b5c326023f
commit 3e6018fedb
1 changed files with 1 additions and 0 deletions

View File

@ -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