Update maccms.conf

pull/505/head
Mr Chen 1 year ago
parent 391b313a65
commit 05a7b8818e
  1. 8
      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 --------
# -------- maccms 增量更新 end --------
Loading…
Cancel
Save