From 05a7b8818e852a24b9b7f9164497b20028712853 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 19 Nov 2023 17:10:53 +0800 Subject: [PATCH] Update maccms.conf --- plugins/sphinx/tpl/maccms.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/sphinx/tpl/maccms.conf b/plugins/sphinx/tpl/maccms.conf index 033a3936a..08dbdc5b8 100644 --- a/plugins/sphinx/tpl/maccms.conf +++ b/plugins/sphinx/tpl/maccms.conf @@ -28,7 +28,7 @@ searchd } -# -------- 全量更新 start -------- +# -------- maccms 全量更新 start -------- index mac_vod { @@ -60,10 +60,10 @@ source mac_vod sql_attr_timestamp = vod_time_add } -# -------- 全量更新 end -------- +# -------- maccms 全量更新 end -------- -# -------- 增量更新 start -------- +# -------- maccms 增量更新 start -------- index mac_vod_delta { @@ -91,4 +91,4 @@ source mac_vod_delta : mac_vod sql_query_post = UPDATE sph_counter SET max_doc_id=(SELECT MAX(vod_id) FROM mac_vod) where counter_id=1 } -# -------- 增量更新 end -------- \ No newline at end of file +# -------- maccms 增量更新 end -------- \ No newline at end of file