1. 首页
  2. 数据库
  3. 其它
  4. 搜索索引:针对浏览器和Node.js的持久性网络弹性全文搜索库 源码

搜索索引:针对浏览器和Node.js的持久性网络弹性全文搜索库 源码

上传者: 2021-02-22 21:52:13上传 ZIP文件 850KB 热度 4次
搜索索引 用于浏览器和Node.js的网络弹性持久性全文搜索库 快速开始 const si = require ( 'search-index' ) // initialize an index const { PUT , QUERY } = await si ( ) // add documents to the index await PUT ( /* objects */ ) // read documents from the index const results = await QUERY ( /* query */ ) 文献资料 ()
用户评论