-
Notifications
You must be signed in to change notification settings - Fork 23
/
test_fulltext.json
57 lines (57 loc) · 982 Bytes
/
test_fulltext.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[
{
"id" : 1,
"commentor" : "foo",
"review" : "bar"
},
{
"id" : 2,
"commentor" : "spam",
"review" : "a brown fox jump over a black wall"
},
{
"id" : 3,
"commentor" : "ham",
"review" : "i think it's time to eat antispam"
},
{
"id" : 4,
"commentor" : "我是spam",
"review" : "中文博大精神,不顶不是中国人"
},
{
"id" : 5,
"commentor" : "女神",
"review" : "Spam又称火腿,:-)"
},
{
"id" : 6,
"commentor" : "王尼玛",
"review" : "测试总是很烦人的哎~~~"
},
{
"id" : 7,
"commentor" : "中国人",
"review" : "谁说我不顶的?"
},
{
"id" : 8,
"commentor" : "spam is good",
"review" : "i think it's time to eat antispam"
},
{
"id" : 9,
"commentor" : "parrot can fly",
"review" : "to the rainbow"
},
{
"id" : 10,
"commentor" : "parrot can sing",
"review" : "above the rainbow"
},
{
"id" : 11,
"commentor" : "parrot sing can",
"review" : "above the rainbow"
}
]