Skip to content

Commit

Permalink
Update build-suggesters.sh - adds debugging flags
Browse files Browse the repository at this point in the history
  • Loading branch information
anilthanki authored Nov 22, 2024
1 parent b6f00df commit a00d7f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/build-suggesters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ for suggester in propertySuggesterNoHighlight bioentitySuggester propertySuggest
-w "%{http_code}" \
-o >(cat >&3) \
-s \
-v \
--trace-ascii debug.log \
"http://${HOST}/solr/${COLLECTION}/suggest?suggest.dictionary=${suggester}&suggest.build=true")

if [[ ! $HTTP_STATUS == 2* ]];
Expand Down

0 comments on commit a00d7f4

Please sign in to comment.