Browse Source

reset index time

main
yggverse 8 months ago
parent
commit
722de9175a
  1. 3
      src/cli/document/crawl.php

3
src/cli/document/crawl.php

@ -207,8 +207,9 @@ foreach($index->search('')
$index->updateDocument( $index->updateDocument(
[ [
'code' => 200,
'time' => time(), 'time' => time(),
'code' => 200 'index' => 0
], ],
$document->getId() $document->getId()
); );

Loading…
Cancel
Save