awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesIndex Serialization

Conversion of search index data structures into portable formats for storage and restoration.

Distinct from JSON Serializers: Distinct from general JSON serializers by specifically handling the preservation of search index state for distribution.

Explore 2 awesome GitHub repositories matching data & databases · Index Serialization. Refine with filters or upvote what's useful.

Awesome Index Serialization GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • olivernn/lunr.jsAvatar von olivernn

    olivernn/lunr.js

    9,203Auf GitHub ansehen↗

    lunr.js is a JavaScript full-text search library and client-side search engine. It creates in-memory search indexes for fast keyword retrieval and ranked document matching within browser or Node.js environments. The library utilizes a JSON serializable search index, allowing the search structure to be converted to and from JSON for storage and distribution of pre-built search data. This enables search functionality for static websites by indexing content into portable files. The system supports advanced querying capabilities, including fuzzy text matching to account for typos, field-scoped i

    Provides JSON serialization of search indexes to enable storage and distribution of pre-built search data.

    JavaScript
    Auf GitHub ansehen↗9,203
  • lucaong/minisearchAvatar von lucaong

    lucaong/minisearch

    5,804Auf GitHub ansehen↗

    Exports the full search index to JSON for storage and later restoration without re-indexing.

    TypeScriptautocompleteautosuggestionedge-computing
    Auf GitHub ansehen↗5,804
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Serialization
  5. JSON Serializers
  6. Index Serialization