1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- [mongob] ## bidding 数据
- host = "127.0.0.1:27083"
- #host = "172.17.145.163:27083"
- db = "qfw"
- username = "SJZY_RWbid_ES"
- password = "SJZY@B4i4D5e6S"
- size = 10
- direct = true
- [es]
- url = "http://127.0.0.1:19805"
- # url = "172.17.4.184:19805"
- username = "es_all"
- password ="TopJkO2E_d1x"
- [env]
- spec = "0 00 10 * * *" ## 每天10点执行;适合 按照月份创建索引
- [[fields]]
- [fields.a]
- datatype = "采购意向"
- field = ["buyer","budget","projectname","area","city","district"]
- toptype ="采购意向"
- [fields.b]
- datatype = "招标预告"
- field = ["buyer","budget","projectname","projectcode","area","city","district"]
- toptype ="预告"
- [fields.c]
- datatype = "招标数据"
- field = ["buyer","budget","projectname","projectcode","bidopentime","area","city","district"]
- toptype ="招标"
- [fields.d]
- datatype = "结果数据"
- field = ["buyer","budget","projectname","projectcode","s_winner","bidamount","area","city","district"]
- toptype ="结果"
- [fields.e]
- datatype = "招标信用信息"
- field = ["buyer","budget","projectname","projectcode","s_winner","bidamount","area","city","district"]
- toptype ="其它"
|