toshi-search/toshi

A full-text search engine in rust

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 21 minutes ago
Added to GitGenius on September 16th, 2026
Created on June 28th, 2018
Open Issues & Pull Requests: 27 (+0)
GitHub issues: Enabled
Number of forks: 136
Total Stargazers: 4,256 (+0)
Total Subscribers: 54 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Toshi is a full-text search engine written in Rust that provides an alternative to Elasticsearch for indexing and searching text data.

The tool addresses the need for a performant, resource-efficient search engine by implementing core search functionality in Rust. It handles text indexing and retrieval through a server that accepts search queries and returns results, leveraging Rust's memory safety and speed characteristics to reduce overhead compared to traditional search infrastructure.

Developers considering Toshi should evaluate it for projects where a lightweight search solution fits the requirements better than heavier alternatives. It suits scenarios where resource constraints matter or where a simpler deployment model is preferable to managing a full Elasticsearch cluster. The project positions itself as an alternative in the search engine space, though the README does not detail specific feature comparisons with other options.

Development activity on the project is sparse, with infrequent commits and minimal recent engagement. Pull requests receive slow or no response, indicating limited active maintenance. The issue tracker shows unresolved problems without clear resolution paths, suggesting the project may not receive timely bug fixes or feature development.