summaryrefslogtreecommitdiff
path: root/htroot/js/Crawler.js
AgeCommit message (Collapse)Author
2024-07-21replaced http links with httpsMichael Peter Christen
2023-08-28modified crawl list so the URL links to external URLokybaca
2016-11-08Switched more URLs to relative ones when possible.luccioman
This permits an easier and more flexible reverse proxy configuration. Some related mantis issues : http://mantis.tokeek.de/view.php?id=106 and http://mantis.tokeek.de/view.php?id=701
2016-10-04Crawl monitoring : refresh running crawls tableluccioman
Fix mantis 690 ( http://mantis.tokeek.de/view.php?id=690 ). Tested on : - MS Windows 10 : Edge, Firefox 49, Chrome 53 - Debian Jessie : Firefox ESR 45
2016-10-04Restricted variables scope to function handleStatus() in Crawler.jsluccioman
Missing 'var' in declaration was unnecessarily giving global scope to these variables.
2016-06-08Aplied GNU licensing recommendations.luccioman
2016-06-06Added license information for YaCy owned js filesluccioman
2014-12-27Postprocessing progress bar fixRyszard Goń
(Make it work as [probably] actually intended)
2014-02-28small change to crawler monitor to fit in larger translationsMichael Peter Christen
2014-02-03small change to start/stop/pause icon styleMichael Peter Christen
2013-11-16more monitoring for postprocessing and enhanced layout in Crawlerorbiter
monitor page
2013-11-16more monitoring for postprocessingMichael Peter Christen
2013-07-23added segment sizes, postprocessing status and cpu load to crawlerorbiter
monitor
2013-03-17add the new PPMbar in Crawler_p for a better style and better use.Frank
2013-02-22added the generation of 50 (!!) new solr field in the core 'webgraph'.Michael Peter Christen
The default schema uses only some of them and the resting search index has now the following properties: - webgraph size will have about 40 times as much entries as default index - the complete index size will increase and may be about the double size of current amount As testing showed, not much indexing performance is lost. The default index will be smaller (moved fields out of it); thus searching can be faster. The new index will cause that some old parts in YaCy can be removed, i.e. specialized webgraph data and the noload crawler. The new index will make it possible to: - search within link texts of linked but not indexed documents (about 20 times of document index in size!!) - get a very detailed link graph - enhance ranking using a complete link graph To get the full access to the new index, the API to solr has now two access points: one with attribute core=collection1 for the default search index and core=webgraph to the new webgraph search index. This is also avaiable for p2p operation but client access is not yet implemented.
2012-11-24- added a field cache for solr queries which call only for a singleMichael Peter Christen
value - fixed a version conflict exception within a solr add request
2012-06-14fix for reload-feature in Crawler_psixcooler
2012-05-25another patch to fix the Crawler_p layoutMichael Peter Christen
2012-05-25redesign of the crawler monitor page: show crawled pages instead ofMichael Peter Christen
queue of urls that shall be crawled
2012-02-02complete redesign of crawl queue monitoring: do not look at aMichael Peter Christen
ready-prepared crawl list but at the stacks of the domains that are stored for balanced crawling. This affects also the balancer since that does not need to prepare the pre-selected crawl list for monitoring. As a effect: - it is no more possible to see the correct order of next to-be-crawled links, since that depends on the actual state of the balancer stack the next time another url is requested for loading - the balancer works better since the next url can be selected according to the current situation and not according to a pre-selected order.
2012-01-07added no-load queues to the crawler monitorMichael Peter Christen
2011-02-17*) Oops!low012
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7490 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-02-17*) make sure that only positive values are accepted as refresh interval on ↵low012
Crawler Monitor page git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7489 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-01-12renamed the servlet WatchCrawler_p to Crawler_porbiter
this was done because that servlet may be used for wget/cronjob triggered crawl starts and it appears to be confusing that the name of the crawl start servlet looks like a pure monitoring tool. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6568 6c8d7289-2bf4-0310-a012-ef5d649a1542