source:
other-projects/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest/scripts/FULL-QUERY.sh@
32109
Last change on this file since 32109 was 31102, checked in by , 7 years ago | |
---|---|
|
|
File size: 150 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | echo "Query for *:*" |
4 | |
5 | wget -O /tmp/query-result.html "http://gc0:8983/solr/htrc-full-ef/select?q=*:*" \ |
6 | && cat /tmp/query-result.html |
7 |
Note:
See TracBrowser
for help on using the repository browser.