awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
django-haystack avatar

django-haystack/pysolr

0
View on GitHub↗
698 stars·336 forks·Python·BSD-3-Clause·11 views

Pysolr

Pysolr — Python Solr client

Features

  • Database Clients - Solr client.
  • Search Engines - Wrapper for Apache Solr.
  • Search Tools - Lightweight search client for indexing.

Star history

Star history chart for django-haystack/pysolrStar history chart for django-haystack/pysolr

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does django-haystack/pysolr do?

Pysolr — Python Solr client

What are the main features of django-haystack/pysolr?

The main features of django-haystack/pysolr are: Database Clients, Search Engines, Search Tools.

Which projects share features with django-haystack/pysolr?

Projects with overlapping indexed features include: elastic/elasticsearch-py — elasticsearch-py is a distributed search API wrapper and cluster administrator. It serves as a secure connector for… elastic/elasticsearch-dsl-py — elasticsearch-dsl-py is a Python library for search integration that enables the construction of complex queries and… django-haystack/django-haystack — Django Haystack is a search abstraction layer and framework for integrating full-text search into Django applications.… aesteve/vertx-dgraph-client — DGraph is an open source, scalable, distributed, highly available and fast graph database, designed from ground up to… apache/cassandra-python-driver — Python Driver for Apache Cassandra®. ankane/searchkick — Searchkick is an integration library and wrapper that connects application models to search engines such as…

Projects sharing features with Pysolr

These projects share indexed features with Pysolr. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • elastic/elasticsearch-dsl-pyelastic avatar

    elastic/elasticsearch-dsl-py

    3,884View on GitHub↗

    elasticsearch-dsl-py is a Python library for search integration that enables the construction of complex queries and the management of indices through a programmatic interface. It connects Python applications to a distributed search engine to implement advanced filtering and structured data retrieval. The library employs an object-relational mapping pattern and a declarative schema definition to synchronize data structures using Python classes. It utilizes a fluent interface query builder with method chaining to incrementally construct search requests, which are lazily evaluated and serialize

    Pythonelasticsearchpythonsearch
    View on GitHub↗3,884
  • elastic/elasticsearch-pyelastic avatar

    elastic/elasticsearch-py

    4,376View on GitHub↗

    elasticsearch-py is a distributed search API wrapper and cluster administrator. It serves as a secure connector for executing search queries and performing administration tasks against a search engine. The library provides a high-level interface for managing indices, documents, and node connections. It enables encrypted data transmission and authenticated communication with a search cluster. The project covers full-text search, data management, and cluster administration. It includes capabilities for managing document data, implementing complex search queries, and maintaining reliable commun

    Pythonclientelasticsearchpython
    View on GitHub↗4,376
  • django-haystack/django-haystackdjango-haystack avatar

    django-haystack/django-haystack

    3,739View on 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
    View on GitHub↗3,739
  • aesteve/vertx-dgraph-clientaesteve avatar

    aesteve/vertx-dgraph-client

    1View on GitHub↗

    DGraph is an open source, scalable, distributed, highly available and fast graph database, designed from ground up to be run in production.

    Java
    View on GitHub↗1
  • Compare all 30 related projects→