Software Alternatives, Accelerators & Startups

Elasticlunr VS Fuse.js

Compare Elasticlunr VS Fuse.js and see what are their differences

Elasticlunr logo Elasticlunr

Lightweight full-text search engine in Javascript for browser search and offline search.

Fuse.js logo Fuse.js

Lightweight fuzzy-search, in JavaScript
  • Elasticlunr Landing page
    Landing page //
    2019-09-27
Not present

Elasticlunr videos

No Elasticlunr videos yet. You could help us improve this page by suggesting one.

+ Add video

Fuse.js videos

Announcing Fuse.js: An opinionated framework for building data layers (API Days Paris 2023 Keynote)

Category Popularity

0-100% (relative to Elasticlunr and Fuse.js)
Custom Search Engine
100 100%
0% 0
JavaScript Framework
0 0%
100% 100
Custom Search
100 100%
0% 0
Javascript UI Libraries
0 0%
100% 100

User comments

Share your experience with using Elasticlunr and Fuse.js. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Elasticlunr and Fuse.js

Elasticlunr Reviews

We have no reviews of Elasticlunr yet.
Be the first one to post

Fuse.js Reviews

Top JavaScript Frameworks For Mobile App Development
Fuse.js is a lightweight, strong platform to create cross-platform mobile apps. It is known for its simplicity and performance. It carries no DOM dependencies and hence can be used for back-end services also. It keeps your JavaScript code clean and small.
Source: medium.com

Social recommendations and mentions

Based on our record, Elasticlunr seems to be more popular. It has been mentiond 7 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Elasticlunr mentions (7)

  • Show HN: A fast, accurate and multilingual fuzzy search lib for the front end
    When I did my static site search function some time ago, I used Elasticlunr. I was able to pregenerate the index file as a big json file that is loaded at the client. http://elasticlunr.com/. - Source: Hacker News / 3 months ago
  • Ask HN: What's the best way to add search to my website?
    If your content is mostly static, you might want to consider pre-building an index and shipping it as a whole. You could look into something like * https://stork-search.net/ (Rust/WASM) * tinysearch: https://github.com/tinysearch/tinysearch (JS, simple, stable) * http://elasticlunr.com/ - based on the former, slightly more sophisticated tuning options. - Source: Hacker News / 8 months ago
  • Self-Contained Search for Archived Static Site?
    There are a few client-side libraries like Lunr [1] or Elasticlunr [2]. For my recent project I went with a server-side approach using Stork [3]. It also provides a script to be used on the client. [1] https://lunrjs.com/ [2] http://elasticlunr.com/ [3] https://stork-search.net/. - Source: Hacker News / over 1 year ago
  • Writing a Fuzzy Search Component With Preact and Fuse for Astro
    Very nice! Seems to perform very well. I'm curious, have you compared Fuse with other search engines? Like flex search or elasticlunr? Why did you choose fuse ? Source: almost 2 years ago
  • Ask HN: What do you use to power search for a static site?
    There's also Elasticlunr which is based off of lunr.js and is what mdBook uses http://elasticlunr.com/. - Source: Hacker News / over 2 years ago
View more

Fuse.js mentions (0)

We have not tracked any mentions of Fuse.js yet. Tracking of Fuse.js recommendations started around Feb 2024.

What are some alternatives?

When comparing Elasticlunr and Fuse.js, you can also consider the following products

Apache Solr - Solr is an open source enterprise search server based on Lucene search library, with XML/HTTP and...

Sphinx (search engine) - Sphinx is a fulltext FLOSS search engine that provides text search functionality to client applications. Sphinx (search engine) - WikiMili, The Free Encyclopedia - WikiMili, The Free Encyclopedia

jQuery Mobile - jQuery Mobile

Stork Search - Full-text, WASM-powered search for static sites

ElasticSearch - Elasticsearch is an open source, distributed, RESTful search engine.

Lunr.js - A bit like Solr, but much smaller and not as bright