elasticlunr-rs VS probly-search

Compare elasticlunr-rs vs probly-search and see what are their differences.

elasticlunr-rs

A partial port of elasticlunr to Rust. Intended to be used for generating compatible search indices. (by mattico)

probly-search

A lightweight full-text search library written in Rust that provides full control over the scoring calculations (by quantleaf)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
elasticlunr-rs probly-search
1 3
50 50
- -
3.6 4.1
about 1 year ago 3 months ago
Rust Rust
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

elasticlunr-rs

Posts with mentions or reviews of elasticlunr-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-15.
  • Doctave CLI 0.2.0: A Benchmarking Story
    4 projects | dev.to | 15 Sep 2021
    Doctave comes with offline search built in. We use the elasticlunr-rs crate to generate a search index that is compatible with the elasticlunr.js library. You can see it in action by going to our docs (built with the CLI, naturally) and hitting the letter s on your keyboard to focus on the search bar. The searching happens entirely client-side.

probly-search

Posts with mentions or reviews of probly-search. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-11.
  • In memory full text search in Rust?
    3 projects | /r/rust | 11 Jan 2022
  • First project: A Search Engine for normalized scoring
    1 project | /r/rust | 12 Jun 2021
    I have spent my last two weeks learning Rust, and by doing so I created a Search Engine library. The purpose of this is to enable users to perform normalized scoring that scores documents between 0 and 1 (1 would mean that the query is exactly matching the document). I developed the algorithm initially in Javascript 2 years ago. I was curious about the performance of a "low level" language (coming from purely Java/Python/Javascript background) and how you can use it with Web assembly, so I thought it would be a great idea to get started with Rust! (I am so far very pleased) Demo: https://quantleaf.github.io/probly-search-demo/ Source: https://github.com/quantleaf/probly-search
  • A Search Engine with a normalized scoring function
    3 projects | /r/LanguageTechnology | 12 Jun 2021
    Library source code: https://github.com/quantleaf/probly-search Demo source code: https://github.com/quantleaf/probly-search-demo

What are some alternatives?

When comparing elasticlunr-rs and probly-search you can also consider the following projects:

elasticlunr.js - Based on lunr.js, but more flexible and customized.

ripgrep - ripgrep recursively searches directories for a regex pattern while respecting your gitignore

tinysearch - 🔍 Tiny, full-text search engine for static websites built with Rust and Wasm

quantleaf-language-documentation - Quantleaf Language Documentation & Examples

doctave - A batteries-included developer documentation site generator

Toshi - A full-text search engine in rust

PumpkinDB - Immutable Ordered Key-Value Database Engine

flexsearch - Next-Generation full text search library for Browser and Node.js

probly-search-demo - probly-search demo app using React and wasm

summa - Full-text IPFS-friendly and WASM-compatible Search in Rust