@ -53,7 +54,7 @@ public class RecrawlBusyThread extends AbstractBusyThread {
privateStringcurrentQuery=CollectionSchema.fresh_date_dt.getSolrFieldName()+":[* TO NOW/DAY-1DAY]";// current query
privateStringcurrentQuery=CollectionSchema.fresh_date_dt.getSolrFieldName()+":[* TO NOW/DAY-1DAY]";// current query
privatebooleanincludefailed=false;// flag if docs with httpstatus_i <> 200 shall be recrawled
privatebooleanincludefailed=false;// flag if docs with httpstatus_i <> 200 shall be recrawled
privateintchunkstart=0;
privateintchunkstart=0;
privateintchunksize=200;
privatefinalintchunksize;
finalSwitchboardsb;
finalSwitchboardsb;
privatefinalSet<DigestURL>urlstack;// buffer of urls to recrawl
privatefinalSet<DigestURL>urlstack;// buffer of urls to recrawl
publiclongurlsfound=0;
publiclongurlsfound=0;
@ -70,6 +71,7 @@ public class RecrawlBusyThread extends AbstractBusyThread {
// workaround to prevent solr exception on existing index (not fully reindexed) since intro of schema with docvalues
// workaround to prevent solr exception on existing index (not fully reindexed) since intro of schema with docvalues
// org.apache.solr.core.SolrCore java.lang.IllegalStateException: unexpected docvalues type NONE for field 'load_date_dt' (expected=NUMERIC). Use UninvertingReader or index with docvalues.
// org.apache.solr.core.SolrCore java.lang.IllegalStateException: unexpected docvalues type NONE for field 'load_date_dt' (expected=NUMERIC). Use UninvertingReader or index with docvalues.