Fix test bug.

This commit is contained in:
Adrien Grand 2016-03-23 14:42:10 +01:00
parent ae1a68c10a
commit c2ba4448b0
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ public class StringMappingUpgradeTests extends ESSingleNodeTestCase {
.field("type", "string")
.field("index", keyword ? "not_analyzed" : "analyzed")
.startObject("fielddata")
.field("forwat", format)
.field("format", format)
.field("loading", loading)
.startObject("filter")
.startObject("frequency")