sgaebel
80785b785e
adds deleting during recrawl
4 years ago
luccioman
41a6b052d9
Updated master and French translation for the IndexReIndexMonitor_p page
7 years ago
luccioman
5e2812c060
Automatically refresh running recrawl report when JavaScript is enabled.
...
For users who would prefer to keep JavaScript disabled, a manual Refresh
button is still available.
7 years ago
luccioman
0fce264ba4
Set reindex page to html5 and removed presentational only html tables.
7 years ago
luccioman
4e03335625
Added more details to the recrawl job report
7 years ago
luccioman
d95d393a0d
Add a query link to local Solr to browse selected recrawl candidates
7 years ago
luccioman
59f7763af6
Display recrawl job report also when job is actively running
7 years ago
luccioman
433e241e4f
Added a report info box about eventual last terminated recrawl job
...
For easier monitoring of recrawls.
7 years ago
luccioman
421728d25a
Made possible to customize selection query before launching a recrawl
7 years ago
luccioman
fab6e54fec
Enforced controls (HTTP method, token) on ReIndex and ReCrawl operations
7 years ago
reger
72f6a0b0b2
enhance recrawl job
...
- allow to modify the query to select documents to process (after job has started)
- allow to include failed urls (httpstatus <> 200)
10 years ago
reger
ace71a8877
Initial (experimental) implementation of index update/re-crawl job
...
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.
10 years ago
reger
5f0bb1214f
modified FieldReIndex to reindex queries with low number of documents first
...
by using a internally a score map with number of documents as score
and working through the list from low to high.
10 years ago
reger
ed0d7a80d5
modifiy description for Field-Reindex to act only on local index
...
http://mantis.tokeek.de/view.php?id=279
10 years ago
reger
1898175566
fix: button style IndexReIndexMonitor_p.html
11 years ago
reger
02fe8b43ba
Field Re-Indexing: display list of fields in reindex queue
...
change servlet to display statistic on 1st click (instead after refresh)
11 years ago
sixcooler
bff8c753c6
re-insert this file - was deleted by mistake
...
+ correct an other case-typo
12 years ago
Michael Peter Christen
5878c1d599
- refactoring of log to ConcurrentLog:
...
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
12 years ago
orbiter
b4677d1cad
fix for bug #252
...
the naming of the servlet was wrong, the bug may not be present on
systems where upper/lowercase matching is lazy (windows)
12 years ago