修复设置MAAT_OPT_SCAN_DETAIL未生效的bug;在rulescan不返回命中位置时,不填充hit_detail。

This commit is contained in:
zhengchao
2016-03-11 15:45:26 +08:00
parent 4006771fca
commit b8ad5c8d8e
2 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
#include "mesa_fuzzy.h"
#include "great_index_engine.h"
int MAAT_FRAME_VERSION_1_5_20160211=1;
int MAAT_FRAME_VERSION_1_5_20160311=1;
const char *maat_module="MAAT Frame";
const char* CHARSET_STRING[]={"CHARSET_NONE","GBK","BIG5","UNICODE","UTF-8"};