awesome-repositories.com
Blog
MCP
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
·
sunspot avatar

sunspot/sunspot

0
View on GitHub↗
2,984 Stars·910 Forks·JavaScript·MIT·4 Aufrufesunspot.github.com↗

Sunspot

Solr-powered search for Ruby objects

Features

  • Full Text Search and Retrieval - Rails-centric client for integrating Apache Solr.
  • Search - Library for Solr search engine interaction.
  • Search Engines - Solr search engine integration.

Star-Verlauf

Star-Verlauf für sunspot/sunspotStar-Verlauf für sunspot/sunspot

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Sunspot

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Sunspot.
  • django-haystack/django-haystackAvatar von django-haystack

    django-haystack/django-haystack

    3,739Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,739
  • ankane/searchkickAvatar von ankane

    ankane/searchkick

    6,717Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,717
  • activerecord-hackery/ransackAvatar von activerecord-hackery

    activerecord-hackery/ransack

    5,864Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,864
  • elastic/elasticsearch-railsAvatar von elastic

    elastic/elasticsearch-rails

    3,085Auf GitHub ansehen↗

    Elasticsearch integrations for ActiveModel/Record and Ruby on Rails

    Ruby
    Auf GitHub ansehen↗3,085
Alle 30 Alternativen zu Sunspot anzeigen→

Häufig gestellte Fragen

Was macht sunspot/sunspot?

Solr-powered search for Ruby objects

Was sind die Hauptfunktionen von sunspot/sunspot?

Die Hauptfunktionen von sunspot/sunspot sind: Full Text Search and Retrieval, Search, Search Engines.

Welche Open-Source-Alternativen gibt es zu sunspot/sunspot?

Open-Source-Alternativen zu sunspot/sunspot sind unter anderem: elastic/elasticsearch-ruby — Ruby integrations for Elasticsearch. elastic/elasticsearch-rails — Elasticsearch integrations for ActiveModel/Record and Ruby on Rails. activerecord-hackery/ransack — Ransack is an object-based search library for Active Record models that provides a form-driven framework for building… django-haystack/django-haystack — Django Haystack is a search abstraction layer and framework for integrating full-text search into Django applications.… ankane/searchkick — Searchkick is an integration library and wrapper that connects application models to search engines such as… pat/thinking-sphinx — Sphinx/Manticore plugin for ActiveRecord/Rails.