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