awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • olivernn/lunr.jsالصورة الرمزية لـ olivernn

    olivernn/lunr.js

    9,203عرض على 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
    عرض على GitHub↗9,203
  • lucaong/minisearchالصورة الرمزية لـ lucaong

    lucaong/minisearch

    5,804عرض على GitHub↗

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

    TypeScriptautocompleteautosuggestionedge-computing
    عرض على GitHub↗5,804
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Serialization
  5. JSON Serializers
  6. Index Serialization