elasticsearch服务

lrf 397041690e update 1 month ago
es 9652e58750 修改 2 months ago
src 397041690e update 1 month ago
test 4e5d99b45e init 2 months ago
.editorconfig 4e5d99b45e init 2 months ago
.eslintrc.json 4e5d99b45e init 2 months ago
.gitignore 4e5d99b45e init 2 months ago
.prettierrc.js 4e5d99b45e init 2 months ago
README.md 4e5d99b45e init 2 months ago
README.zh-CN.md 4e5d99b45e init 2 months ago
bootstrap.js 4e5d99b45e init 2 months ago
dict.txt bc6f892667 索引修改,行业改为关键词,精确查询,联系方式查询都修改 1 month ago
ecosystem.config.js 4e5d99b45e init 2 months ago
jest.config.js 4e5d99b45e init 2 months ago
package-lock.json 9652e58750 修改 2 months ago
package.json ca85cb034b 依赖更新,精准匹配,信息检索,检索行为 2 months ago
stop_dict.txt c272cc9930 停用词 1 month ago
tsconfig.json 4e5d99b45e init 2 months ago

README.md

my_midway_project

QuickStart

see midway docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.