Fix test bug: norms are on by default on _all.
This commit is contained in:
parent
c50c5a52d5
commit
071b396306
|
@ -223,7 +223,7 @@ public class SimpleAllMapperTests extends ESSingleNodeTestCase {
|
|||
}
|
||||
|
||||
public void testRandom() throws Exception {
|
||||
boolean norms = false;
|
||||
boolean norms = true;
|
||||
boolean stored = false;
|
||||
boolean enabled = true;
|
||||
boolean tv_stored = false;
|
||||
|
|
Loading…
Reference in New Issue