- set the chunksize to 100 to meet the max of the embedded solr
- re-enable sorting (the case where we switched it of should be away)
- enable recrawling on remote-solr
@ -72,7 +72,7 @@ public class RecrawlBusyThread extends AbstractBusyThread {
privatebooleanincludefailed;
privatebooleanincludefailed;
privateintchunkstart=0;
privateintchunkstart=0;
privatefinalintchunksize;
privatefinalintchunksize=100;
privatefinalSwitchboardsb;
privatefinalSwitchboardsb;
/** buffer of urls to recrawl */
/** buffer of urls to recrawl */
@ -129,8 +129,7 @@ public class RecrawlBusyThread extends AbstractBusyThread {
this.urlstack=newHashSet<DigestURL>();
this.urlstack=newHashSet<DigestURL>();
// 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.