File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Mapping/Types/Core/String Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -61,17 +61,19 @@ public class StringMappingTests : TypeMappingTestBase<StringTest>
61
61
{
62
62
type = "string"
63
63
} ,
64
- inferred = new
65
- {
66
- type = "string"
64
+ inferred = new {
65
+ type = "text" ,
66
+ fields = new {
67
+ keyword = new { type = "keyword" }
68
+ }
67
69
} ,
68
70
@char = new
69
71
{
70
- type = "string "
72
+ type = "keyword "
71
73
} ,
72
74
guid = new
73
75
{
74
- type = "string "
76
+ type = "keyword "
75
77
}
76
78
}
77
79
} ;
Original file line number Diff line number Diff line change 1
1
# mode either u (unit test), i (integration test) or m (mixed mode)
2
- mode : i
2
+ mode : u
3
3
# the elasticsearch version that should be started
4
4
elasticsearch_version : 5.0.0-alpha1
5
5
# whether we want to forcefully reseed on the node, if you are starting the tests with a node already running
You can’t perform that action at this time.
0 commit comments