awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • olivernn/lunr.jsAvatar olivernn

    olivernn/lunr.js

    9,203Vezi pe GitHub↗

    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
    Vezi pe GitHub↗9,203
  • lucaong/minisearchAvatar lucaong

    lucaong/minisearch

    5,804Vezi pe GitHub↗

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

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