-
Notifications
You must be signed in to change notification settings - Fork 1
/
search.sh
13 lines (13 loc) · 839 Bytes
/
search.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
#
curl "http://localhost:8983/solr/knowledgecity/select" \
--data df=allSearchText \
--data facet.field=courseId \
--data facet=on \
--data fl=id,courseId,lessonId,languageCode,lessonTitle,posterImage \
--data hl=on \
--data indent=on \
--data spellcheck=on \
--data wt=json \
--data rows=20 \
--data-urlencode q="${1}"