16 Commits

Author SHA1 Message Date
c9026de7cb Split out processDoc logic to processDocItem in each child class 2017-11-30 11:28:04 +01:00
bce905e7bf Fill in spider request for DocProcess 2017-11-28 15:41:10 +01:00
58e052d8a7 Initial implementation of DocProcess with DocDelete, DocRebuild, DocReindex 2017-11-27 11:03:24 +01:00
5f28d2eddc We need to truncate file before we write to avoid having old dangling data 2017-10-12 11:33:52 +02:00
c0e996eccf Don't check blocklist when it's docdelete 2017-10-11 14:14:38 +02:00
011ab0448d Make local function static 2017-10-10 14:07:52 +02:00
dd20bfd998 Add DocDelete by url feature 2017-10-05 10:51:28 +02:00
88db632af9 Make s_lastModifiedTime static, as it should have been 2017-09-18 16:22:11 +02:00
435b3b13ab Fix timing issue with interrupted docdelete 2017-09-09 20:46:54 +02:00
47f42ce3de Add hasDeadHost check to DocDelete 2017-08-29 13:28:59 +02:00
3aa10d1cf8 Stop processing of docdelete when spidering is enabled midway 2017-08-29 12:21:38 +02:00
6d82724e80 Don't process docdelete when spidering is enabled 2017-08-29 12:15:22 +02:00
79ac584806 Fix hanging of gb when gb is shutdown while docdelete is processing file 2017-08-28 16:32:34 +02:00
d7bbc0e7bf Use logTrace instead of log 2017-08-28 11:27:55 +02:00
55972b7e40 Add docdelete last processed docid. Modify docdelete to namespace instead of class. Add DocDelete::finalize method 2017-08-24 14:48:17 +02:00
3203777bbd Initial implementation of DocDelete 2017-08-23 11:49:06 +02:00