diff --git a/src/entry/Maat_api.cpp b/src/entry/Maat_api.cpp index e0c3bf9..965651a 100644 --- a/src/entry/Maat_api.cpp +++ b/src/entry/Maat_api.cpp @@ -452,9 +452,7 @@ Maat_feather_t Maat_feather(int max_thread_num,const char* table_info_path,void* feather->garbage_q=MESA_lqueue_create(0,0); feather->effect_interval_ms=60*1000; feather->scan_interval_ms=1*1000; - //Prepare for comptetion,return no hit detail as default for temporary. - feather->rule_scan_type=0; - //feather->rule_scan_type=2; + feather->rule_scan_type=2; feather->thread_call_cnt=aligment_int64_array_alloc(max_thread_num); feather->outer_mid_cnt=aligment_int64_array_alloc(max_thread_num); feather->inner_mid_cnt=aligment_int64_array_alloc(max_thread_num); diff --git a/src/entry/Maat_rule.cpp b/src/entry/Maat_rule.cpp index 75e9fa5..c7b57bb 100644 --- a/src/entry/Maat_rule.cpp +++ b/src/entry/Maat_rule.cpp @@ -28,7 +28,7 @@ #include "mesa_fuzzy.h" #include "great_index_engine.h" -int MAAT_FRAME_VERSION_1_9_20170609=1; +int MAAT_FRAME_VERSION_1_9_20170613=1; const char *maat_module="MAAT Frame"; const char* CHARSET_STRING[]={"NONE","gbk","big5","unicode","utf8","bin",