|
@@ -22,7 +22,7 @@ var (
|
|
|
logFile = flag.String("lf", "etc/logs.yaml", "the logs file")
|
|
|
logc entity.Logc
|
|
|
propertyFile = flag.String("pf", "etc/property.yaml", "the logs file")
|
|
|
- Property map[string]map[string]interface{}
|
|
|
+ Property map[string][]string
|
|
|
SearchLimitKey = "jy_limitSearchText_new" // 全文或附件搜索限制
|
|
|
Middleground *middleground.Middleground
|
|
|
Search_Thread chan bool
|