Browse Source

opensearch index 添加时间戳

visuddhinanda 1 day ago
parent
commit
f9fb21b7a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api-v12/config/mint.php

+ 1 - 1
api-v12/config/mint.php

@@ -151,7 +151,7 @@ return [
         ],
     ],
     'opensearch' => [
-        'index' => 'wikipali',
+        'index' => 'wikipali_20260423',
         'config' => [
             'scheme' => env('OPENSEARCH_SCHEME', 'http'),
             'host' => env('OPENSEARCH_HOST', '127.0.0.1'),