summaryrefslogtreecommitdiff
path: root/htroot/IndexReIndexMonitor_p.html
AgeCommit message (Collapse)Author
2020-07-09adds deleting during recrawlsgaebel
2018-01-29Updated master and French translation for the IndexReIndexMonitor_p pageluccioman
2018-01-19Automatically refresh running recrawl report when JavaScript is enabled.luccioman
For users who would prefer to keep JavaScript disabled, a manual Refresh button is still available.
2018-01-15Set reindex page to html5 and removed presentational only html tables.luccioman
2018-01-12Added more details to the recrawl job reportluccioman
2018-01-12Add a query link to local Solr to browse selected recrawl candidatesluccioman
2018-01-11Display recrawl job report also when job is actively runningluccioman
2018-01-09Added a report info box about eventual last terminated recrawl jobluccioman
For easier monitoring of recrawls.
2018-01-08Made possible to customize selection query before launching a recrawlluccioman
2018-01-07Enforced controls (HTTP method, token) on ReIndex and ReCrawl operationsluccioman
2015-06-06enhance recrawl jobreger
- allow to modify the query to select documents to process (after job has started) - allow to include failed urls (httpstatus <> 200)
2015-05-16Initial (experimental) implementation of index update/re-crawl jobreger
added to IndexReIndexMonitor_p.html Selects existing documents from index and feeds it to the crawler. currently only the field fresh_date_dt is used determine documents for recrawl (fresh_date_dt:[* TO NOW-1DAY] Documents are added in small chunks (200) to the crawler, only if no other crawl is running.
2014-12-07modified FieldReIndex to reindex queries with low number of documents firstreger
by using a internally a score map with number of documents as score and working through the list from low to high.
2014-09-15modifiy description for Field-Reindex to act only on local indexreger
http://mantis.tokeek.de/view.php?id=279
2014-03-28fix: button style IndexReIndexMonitor_p.htmlreger
2013-08-11Field Re-Indexing: display list of fields in reindex queuereger
change servlet to display statistic on 1st click (instead after refresh)
2013-07-10re-insert this file - was deleted by mistakesixcooler
+ correct an other case-typo
2013-07-09- refactoring of log to ConcurrentLog:Michael Peter Christen
jdk-based logger tend to block at java.util.logging.Logger.log(Logger.java:476) in concurrent environments. This makes logging a main performance issue. To overcome this problem, this is a add-on to jdk logging to put log entries on a concurrent message queue and log the messages one by one using a separate process. - FTPClient uses the concurrent logging instead of the log4j logger
2013-07-09fix for bug #252orbiter
the naming of the servlet was wrong, the bug may not be present on systems where upper/lowercase matching is lazy (windows)