Browse Source

reset index time

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

7
src/cli/document/crawl.php

@ -156,8 +156,9 @@ foreach($index->search('')
// Update index time anyway and set reset code to 404 // Update index time anyway and set reset code to 404
$index->updateDocument( $index->updateDocument(
[ [
'time' => time(), 'time' => time(),
'code' => 404 'code' => 200,
'index' => 0
], ],
$document->getId() $document->getId()
); );
@ -207,8 +208,8 @@ foreach($index->search('')
$index->updateDocument( $index->updateDocument(
[ [
'code' => 200,
'time' => time(), 'time' => time(),
'code' => 200,
'index' => 0 'index' => 0
], ],
$document->getId() $document->getId()

Loading…
Cancel
Save