ps $SOLR_HOST and $SOLR_CORE_NAME are set correctly.
Kris ----- Original Message ----- From: "KRIS MUSSHORN" <mussho...@comcast.net> To: solr-user@lucene.apache.org Sent: Wednesday, October 5, 2016 3:17:19 PM Subject: bash to get doc count Will someone please tell me why this stores the text "numDocs" instead of returning the number of docs in the core? #!/bin/bash DOC_COUNT=`wget -O- -q $SOLR_HOST'admin/cores?action=STATUS&core='$SOLR_CORE_NAME'&wt=json&indent=true' | grep numDocs | tr -d '0-9'` TIA Kris