Skip to content

Commit df72dcc

Browse files
committed
updated test json
1 parent b126243 commit df72dcc

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

src/Tests/Nest.Tests.Unit/Reproduce/Issue902.json

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
11
{
2-
"query": {
3-
"match": {
4-
"name": {
5-
"query": ""
2+
"testclass": {
3+
"properties": {
4+
"id": {
5+
"type": "integer"
6+
},
7+
"nestMe": {
8+
"type": "nested",
9+
"properties": {
10+
"nestedMultiField": {
11+
"type": "multi_field",
12+
"fields": {
13+
"raw": {
14+
"index": "not_analyzed",
15+
"type": "string"
16+
},
17+
"nestedMultiField": {
18+
"index": "analyzed",
19+
"type": "string"
20+
}
21+
}
22+
}
23+
}
624
}
725
}
826
}

0 commit comments

Comments
 (0)