文件名称:elasticsearch:使用 node.js 的 Elasticsearch 教程
文件大小:74KB
文件格式:ZIP
更新时间:2024-07-28 10:33:49
JavaScript
弹性搜索 这是一个用 Node JS 编写的 Elasticsearch 教程。 在本教程中,cron 从用户时间线中检索推文并将其保存在 elasticsearch 中。 用户可以通过关键字搜索这些文档。 安装 Elasticsearch Elasticsearch到您的计算机/服务器。 在终端窗口中, cd到 elasticsearch 目录。 运行./bin/elasticsearch在 9200 端口启动./bin/elasticsearch实例 运行应用程序 在另一个终端窗口中, cd到项目目录 运行npm install安装所有依赖 完成后,运行node app 如果没有错误,请导航到http://localhost:3000开始搜索! 结果截图
【文件预览】:
elasticsearch-master
----public()
--------screenshots()
--------css()
----bower.json(121B)
----Gruntfile.js(2KB)
----app.js(2KB)
----config()
--------config.js(482B)
--------express.js(1KB)
----README.md(820B)
----.bowerrc(63B)
----.gitignore(43B)
----app()
--------views()
--------models()
--------controllers()
----package.json(778B)