mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
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…
x
Reference in New Issue
Block a user