You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< title > Migrate URLdb< / title >
#%env/templates/metas.template%#
< / head >
< body >
#%env/templates/header.template%#
#%env/templates/submenuIndexControl.template%#
< h2 > Migrate URLdb to embedded Solr Index< / h2 >
< p > Convert old meta data (urldb) index to embedded Solr fulltext index.< / p >
< dl >
< dd >
< p > A low priority background job has been started which reads the old index, adds it to Solr and deletes the entry from the old index.< / p >
< p > The default "slow migration" updates any entry in the old urldb index upon access (e.g. during search events).< br / >
If you feel that the not accessed entries are still relevant, with this migration all entries from the old urldb index will be migrated.< / p >
< p > You may refresh this page to see how many entries in the old index are left for migration< / p >
< p > Hint: this background task runs until all entries are migrated or YaCy is shutdown. The migration is not automatically restarted.< / p >
< / dd >
< / dl >
< form action = "migrateurldb_p.html" method = "post" enctype = "multipart/form-data" accept-charset = "UTF-8" >
< fieldset >
< input type = "hidden" name = "lastcount" value = "#[lastcount]#" / >
< input type = "hidden" name = "lasttime" value = "#[lasttime]#" / >
< p > < b > #[count]# entries< / b > in old index left to migrate.< / p >
< p > For large indexes this may run for a long time (migration speed: #[speed]# entries per minute) < input type = "submit" name = "dorefresh" value = "refresh" / > < / p >
< / fieldset >
< / form >
#%env/templates/footer.template%#
< / body >
< / html >