## GitHub Stars Trend
[](https://npm-compare.com/search-index)
統計詳情
套件
下載數
Stars
大小
Issues
發布時間
許可
search-index
15,757
1,419
693 kB
5
7 個月前
MIT
熱門比較
search-index
search-index 的 README
search-index
A network resilient, persistent full-text search library for the browser and Node.js
Quick start
import { SearchIndex } from 'search-index'
// initialize an index
const { PUT, QUERY } = new SearchIndex(options)
// add documents to the index
await PUT(documents)
// read documents from the index
const results = await QUERY(query)