Commit 4188f35cd874216184dc7cd30737873852b25808
1 parent
c388b40c7c
Exists in
master
update
Showing 2 changed files with 2 additions and 1 deletions Side-by-side Diff
main_tools/ExploitConfidencePass.sh
... | ... | @@ -255,7 +255,7 @@ |
255 | 255 | if [ $(wc -w "$SHOW_DIR/$bn.queries" | cut -f1 -d' ') -gt 0 ]; then |
256 | 256 | query=$(cat $SHOW_DIR/$bn.queries)"&fq=docDate:[$datePattern]" |
257 | 257 | echo $query > $SHOW_DIR/$bn.queries |
258 | - prnt_info "python $SCRIPT_PATH/ProcessSOLRQueries.py $SHOW_DIR/$bn.queries $SOLR_RES/$bn.keywords.tmp $SOLR_RES/$bn.txt.tmp" 3 | |
258 | + print_info "python $SCRIPT_PATH/ProcessSOLRQueries.py $SHOW_DIR/$bn.queries $SOLR_RES/$bn.keywords.tmp $SOLR_RES/$bn.txt.tmp" 3 | |
259 | 259 | python $SCRIPT_PATH/ProcessSOLRQueries.py $SHOW_DIR/$bn.queries $SOLR_RES/$bn.keywords.tmp $SOLR_RES/$bn.txt.tmp |
260 | 260 | cat $SOLR_RES/$bn.keywords.tmp | sort -u > $SOLR_RES/$bn.keywords |
261 | 261 | cat $SOLR_RES/$bn.txt.tmp | sort -u > $SOLR_RES/$bn.txt |