We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3210f9 commit cdc94e4Copy full SHA for cdc94e4
conf/nutch/crawler.sh
@@ -74,7 +74,11 @@ for i in $(seq ${ITERATIONS}); do
74
NUTCH_CONF_DIR=$CONF_DIR $NUTCH_HOME/runtime/local/bin/nutch solrdedup http://localhost:$SOLR_PORT/solr/$CORE
75
done
76
77
-echo "Running suggetion index rebuild"
+echo "Running index optimization"
78
+
79
+curl "http://localhost:$SOLR_PORT/solr/$CORE/update?optimize=true=true&wt=json"
80
81
+echo "Running suggestion index rebuild"
82
83
curl "http://localhost:$SOLR_PORT/solr/$CORE/suggest?suggest.build=true&wt=json"
84
0 commit comments