awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mgholam avatar

mgholam/hOOt

0
View on GitHub↗
121 星标·22 分支·C#·MIT·3 次浏览www.codeproject.com/Articles/224722/hOOt-full-text-search-engine↗

HOOt

Smallest full text search engine (lucene replacement) built from scratch using inverted Roaring bitmap index, highly compact storage, operating in database and document modes

Features

  • Search Engines - Compact full-text search engine using roaring bitmaps.

Star 历史

mgholam/hoot 的 Star 历史图表mgholam/hoot 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

HOOt 的开源替代方案

相似的开源项目,按与 HOOt 的功能重合度排序。
  • ankane/searchkickankane 的头像

    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
  • apache/lucene-solrapache 的头像

    apache/lucene-solr

    4,357在 GitHub 上查看↗

    This project is a full text search engine and enterprise search infrastructure designed for indexing and retrieving large sets of documents. It provides a comprehensive framework for information discovery using ranked results and linguistic analysis. The system integrates high-dimensional vector similarity search for semantic retrieval alongside traditional full-text capabilities. It distinguishes itself through support for geospatial data retrieval, multilingual text processing, and a search suggestion workflow that includes typo-tolerant query completion and spellchecking. The platform cov

    backendinformation-retrievaljava
    在 GitHub 上查看↗4,357
  • bleroy/lunr-corebleroy 的头像

    bleroy/lunr-core

    571在 GitHub 上查看↗

    Lunr-core is a small, full text search library for use in small applications. It's a .NET port of LUNR.js.

    C#
    在 GitHub 上查看↗571
  • activerecord-hackery/ransackactiverecord-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
查看 HOOt 的所有 30 个替代方案→

常见问题解答

mgholam/hoot 是做什么的?

Smallest full text search engine (lucene replacement) built from scratch using inverted Roaring bitmap index, highly compact storage, operating in database and document modes

mgholam/hoot 的主要功能有哪些?

mgholam/hoot 的主要功能包括:Search Engines。

mgholam/hoot 有哪些开源替代品?

mgholam/hoot 的开源替代品包括: ankane/searchkick — Searchkick is an integration library and wrapper that connects application models to search engines such as… apache/lucene-solr — This project is a full text search engine and enterprise search infrastructure designed for indexing and retrieving… bleroy/lunr-core — Lunr-core is a small, full text search library for use in small applications. It's a .NET port of LUNR.js. blevesearch/bleve — Bleve is a search indexing engine library written in Go, designed to provide full-text search and document retrieval… cch123/elasticsql — convert sql to elasticsearch DSL in golang(go). activerecord-hackery/ransack — Ransack is an object-based search library for Active Record models that provides a form-driven framework for building…