source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest/scripts/FULL-QUERY.sh@ 31102

Last change on this file since 31102 was 31102, checked in by davidb, 7 years ago

Command line way of running a Solr test query

  • Property svn:executable set to *
File size: 150 bytes
Line 
1#!/bin/bash
2
3echo "Query for *:*"
4
5wget -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.