|
|
@ -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() |
|
|
|