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

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

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

django-es/django-elasticsearch-dsl

0
View on GitHub↗
1,057 نجوم·270 تفرعات·Python·5 مشاهدات

Django Elasticsearch Dsl

This is a package that allows indexing of django models in elasticsearch with elasticsearch-dsl-py.

Features

  • Search - Elasticsearch integration using a DSL.

سجل النجوم

مخطط تاريخ النجوم لـ django-es/django-elasticsearch-dslمخطط تاريخ النجوم لـ django-es/django-elasticsearch-dsl

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Django Elasticsearch Dsl

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Django Elasticsearch Dsl.
  • algolia/algoliasearch-laravelالصورة الرمزية لـ algolia

    algolia/algoliasearch-laravel

    238عرض على GitHub↗

    Deprecated We now recommend using Laravel Scout, see =>

    PHP
    عرض على GitHub↗238
  • ankane/searchkickالصورة الرمزية لـ ankane

    ankane/searchkick

    6,717عرض على GitHub↗

    Searchkick is an integration library and wrapper that connects application models to search engines such as Elasticsearch and OpenSearch. It functions as a search index synchronizer, automatically mirroring database records to a search server to enable full-text and vector retrieval. The project provides a high-level interface for implementing keyword search, semantic vector search, and hybrid search. It distinguishes itself through the ability to combine traditional keyword matching with vector embeddings using reranking and fusion techniques to improve precision. The library covers the end

    Ruby
    عرض على GitHub↗6,717
  • django-haystack/django-haystackالصورة الرمزية لـ django-haystack

    django-haystack/django-haystack

    3,739عرض على GitHub↗

    Django Haystack is a search abstraction layer and framework for integrating full-text search into Django applications. It provides a unified interface for defining search schemas and managing how data models are indexed and stored across different search engines. The framework acts as a modular backend wrapper, allowing applications to switch between interchangeable search providers without rewriting core search logic. It standardizes interactions with external engines through a decoupled provider layer, facilitating search engine migration by changing configuration settings. The system cove

    Python
    عرض على GitHub↗3,739
  • activerecord-hackery/ransackالصورة الرمزية لـ activerecord-hackery

    activerecord-hackery/ransack

    5,864عرض على GitHub↗

    Ransack is an object-based search library for Active Record models that provides a form-driven framework for building database queries. It generates query conditions from user input through a configurable predicate system, allowing developers to filter records using simple or advanced criteria without writing SQL or relying on external dependencies. The library distinguishes itself through its predicate-based query construction, where search methods are dynamically generated from model attribute names and predicate suffixes at runtime. It wraps search parameters into a dedicated form object t

    Ruby
    عرض على GitHub↗5,864
عرض جميع البدائل الـ 24 لـ Django Elasticsearch Dsl→

الأسئلة الشائعة

ما هي وظيفة django-es/django-elasticsearch-dsl؟

This is a package that allows indexing of django models in elasticsearch with elasticsearch-dsl-py.

ما هي الميزات الرئيسية لـ django-es/django-elasticsearch-dsl؟

الميزات الرئيسية لـ django-es/django-elasticsearch-dsl هي: Search.

ما هي البدائل مفتوحة المصدر لـ django-es/django-elasticsearch-dsl؟

تشمل البدائل مفتوحة المصدر لـ django-es/django-elasticsearch-dsl: algolia/algoliasearch-laravel — [Deprecated] We now recommend using Laravel Scout, see =>. ankane/searchkick — Searchkick is an integration library and wrapper that connects application models to search engines such as… django-haystack/django-haystack — Django Haystack is a search abstraction layer and framework for integrating full-text search into Django applications.… elastic/elasticsearch-ruby — Ruby integrations for Elasticsearch. elasticquent/elasticquent — Maps Laravel Eloquent models to Elasticsearch types. activerecord-hackery/ransack — Ransack is an object-based search library for Active Record models that provides a form-driven framework for building…