@steedos/service-fields-indexs 2.1.85 → 2.1.86

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,2 +1,9 @@
1
1
  ## 功能说明
2
- - 用于字段创建索引
2
+ - 用于字段创建索引
3
+
4
+
5
+ steedos-config.yml 中配置 cron.build_index 以启用维护字段索引服务。值为Cron-style Scheduling。例如
6
+ ```
7
+ cron:
8
+ build_index: "45 * * * * *"
9
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-fields-indexs",
3
- "version": "2.1.85",
3
+ "version": "2.1.86",
4
4
  "main": "package.service.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {
@@ -10,5 +10,5 @@
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },
13
- "gitHead": "3dba6e5f679d968b0d29b0d261faf489ae591cff"
13
+ "gitHead": "0f5fecdba2bff4df5dfdd5b44dad43b1764eba5f"
14
14
  }