| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-09 | adds deleting during recrawl | sgaebel | |
| 2018-01-29 | Updated master and French translation for the IndexReIndexMonitor_p page | luccioman | |
| 2018-01-19 | Automatically 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-15 | Set reindex page to html5 and removed presentational only html tables. | luccioman | |
| 2018-01-12 | Added more details to the recrawl job report | luccioman | |
| 2018-01-12 | Add a query link to local Solr to browse selected recrawl candidates | luccioman | |
| 2018-01-11 | Display recrawl job report also when job is actively running | luccioman | |
| 2018-01-09 | Added a report info box about eventual last terminated recrawl job | luccioman | |
| For easier monitoring of recrawls. | |||
| 2018-01-08 | Made possible to customize selection query before launching a recrawl | luccioman | |
| 2018-01-07 | Enforced controls (HTTP method, token) on ReIndex and ReCrawl operations | luccioman | |
| 2015-06-06 | enhance recrawl job | reger | |
| - allow to modify the query to select documents to process (after job has started) - allow to include failed urls (httpstatus <> 200) | |||
| 2015-05-16 | Initial (experimental) implementation of index update/re-crawl job | reger | |
| 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-07 | modified FieldReIndex to reindex queries with low number of documents first | reger | |
| by using a internally a score map with number of documents as score and working through the list from low to high. | |||
| 2014-09-15 | modifiy description for Field-Reindex to act only on local index | reger | |
| http://mantis.tokeek.de/view.php?id=279 | |||
| 2014-03-28 | fix: button style IndexReIndexMonitor_p.html | reger | |
| 2013-08-11 | Field Re-Indexing: display list of fields in reindex queue | reger | |
| change servlet to display statistic on 1st click (instead after refresh) | |||
| 2013-07-10 | re-insert this file - was deleted by mistake | sixcooler | |
| + 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-09 | fix for bug #252 | orbiter | |
| the naming of the servlet was wrong, the bug may not be present on systems where upper/lowercase matching is lazy (windows) | |||
