Software Alternatives, Accelerators & Startups

Elasticlunr VS Weaviate

Compare Elasticlunr VS Weaviate and see what are their differences

Elasticlunr logo Elasticlunr

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

Weaviate logo Weaviate

Welcome to Weaviate
  • Elasticlunr Landing page
    Landing page //
    2019-09-27
  • Weaviate Landing page
    Landing page //
    2023-05-10

Elasticlunr videos

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

+ Add video

Weaviate videos

Introducing the Weaviate Vector Search Engine!

More videos:

  • Review - Weaviate + Haystack presented by Laura Ham (Harry Potter example!)

Category Popularity

0-100% (relative to Elasticlunr and Weaviate)
Custom Search Engine
46 46%
54% 54
Search Engine
19 19%
81% 81
Custom Search
100 100%
0% 0
Utilities
0 0%
100% 100

User comments

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

Social recommendations and mentions

Based on our record, Weaviate should be more popular than Elasticlunr. It has been mentiond 28 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 / 4 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 / almost 2 years 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

Weaviate mentions (28)

  • How to choose the right type of database
    Weaviate: An open-source, cloud-native vector database built for scalable and fast vector searches. It's particularly effective for semantic search applications, combining full-text search with vector search for AI-powered insights. - Source: dev.to / 4 months ago
  • 7 Vector Databases Every Developer Should Know!
    Weaviate is an open-source vector search engine with out-of-the-box support for vectorization, classification, and semantic search. It is designed to make vector search accessible and scalable, supporting use cases such as semantic text search, automatic classification, and more. - Source: dev.to / 4 months ago
  • Qdrant, the Vector Search Database, raised $28M in a Series A round
    Congrats to them! What have your experiences with vector databases been? I've been using https://weaviate.io/ which works great, but just for little tech demos, so I'm not really sure how to compare one versus another or even what to look for really. - Source: Hacker News / 5 months ago
  • How Modern SQL Databases Are Changing Web Development - #4 Into the AI Era
    A RAG implementation's quality and performance highly depend on the similarity-based search of embeddings. The challenge arises from the fact that embeddings are usually high-dimensional vectors, and the knowledge base may have many documents. It's not surprising that the popularity of LLM catalyzed the development of specialized vector databases like Pinecone and Weaviate. However, SQL databases are also evolving... - Source: dev.to / 6 months ago
  • Make Notion search great again: Vector Database
    To find semantically similar texts we need to calculate the distance between vectors. While we have just a few short texts we can brute-force it: calculate the distance between our query and each text embedding one by one and see which one is the closest. When we deal with thousands or even millions of entries in our database, however, we need a more efficient way of comparing vectors. Just like for any other way... - Source: dev.to / 7 months ago
View more

What are some alternatives?

When comparing Elasticlunr and Weaviate, 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...

Qdrant - Qdrant is a high-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/

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

Milvus - Vector database built for scalable similarity search Open-source, highly scalable, and blazing fast.

Typesense - Typo tolerant, delightfully simple, open source search 🔍

pgvecto.rs - Scalable, Low-latency and Hybrid-enabled Vector Search in Postgres. Revolutionize Vector Search, not Database. - tensorchord/pgvecto.rs