Skip to content

Commit 264c7d9

Browse files
committed
Add sample Solr tagger data used during presentation.
1 parent 0d1be18 commit 264c7d9

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

src/main/solr/tagger_sample.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
[
2+
{
3+
"id": "event-1",
4+
"type": "event",
5+
"name": ["Uberconf", "überconf", "ub3rc0nf"],
6+
7+
"url_s": "https://uberconf.com/"
8+
},
9+
{
10+
"id": "software-1",
11+
"type": "software",
12+
"name": ["Lucene"],
13+
14+
"url_s": "https://lucene.apache.org"
15+
},
16+
{
17+
"id": "city-1",
18+
"type": "city",
19+
"name": [
20+
"Westminster", "WestMinister"
21+
],
22+
23+
"alternative_names_t": "Harris Park,Uestminstur,Vestminster,Westminster,uesutominsuta,vestaminstara,wei si min si te,wstmnstr,wstmynstr,wstmynstr klradw,Вестминстер,Вестмінстер,Уестминстър,וסטמינסטר,وستمنستر,وستمینستر، کلرادو,ویسٹ منسٹر، کولوراڈو,वेस्टमिन्स्टर,ウェストミンスター,威斯敏斯特",
24+
"latitude_f": 39.83665,
25+
"longitude_f": -105.0372,
26+
"country_s": "US",
27+
"state_s": "CO",
28+
"population_i": 116317,
29+
"elevation_i": 1641,
30+
"timezone_s": "America/Denver",
31+
"lastupdate_s": "2021-12-21"
32+
},
33+
{
34+
"id": "person-1",
35+
"type": "person",
36+
"name": ["Erik", "Erik Hatcher"],
37+
},
38+
{
39+
"id": "intent-1",
40+
"type": "intent",
41+
"name": ["COVID", "covid19", "pandemic"],
42+
43+
"action_s": "render_covid_menu"
44+
}
45+
]

0 commit comments

Comments
 (0)