A network resilient, persistent full-text search library for the browser and Node.js
Procurar pacotes...
search-indexPacotes similares:
Tendência de downloads npm
3 Anos
🌟 Mostre o gráfico de uso em tempo real no README.md de search-index, basta copiar o código abaixo.
## Usage Trend
[](https://npm-compare.com/search-index#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 Mostre o gráfico de tendência de GitHub Stars no README.md de search-index, basta copiar o código abaixo.
## GitHub Stars Trend
[](https://npm-compare.com/search-index)
Detalhe de estatísticas
Pacote
Downloads
Stars
Tamanho
Issues
Publicado em
Licença
search-index
15,757
1,419
693 kB
5
il y a 7 mois
MIT
Comparações populares
search-index
README para search-index
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)