The Wayback Machine - https://web.archive.org/web/20211209070842/https://github.com/topics/elasticlunr
Skip to content
#

elasticlunr

Here are 12 public repositories matching this topic...

mre
mre commented Oct 13, 2020

People are interested in a size-comparison between

  • tinysearch
  • lunr.js
  • elasticlunr
  • flexsearch
  • fuse.js

If anyone wants to do a comparison, post a comment here.
Some ideas:

  • Use an open dataset, e.g. Shakespeare texts https://shakespeare.folger.edu/download/
  • Create a size histogram of the results that we can include into the README.
  • Add the code to the repository under a `b

This project is a search engine website built using Express.js and MongoDB to allow users to search fruits on a sample dummy website and all outgoing links connected to it. This search engine makes use of web crawlers to scrape all data from each page include the outgoing links, and recursively repeats the process using a specified selection policy. Using a combination of the elasticlunr library and by implementing Google's PageRank algorithm, a user can search a word or a series of words and will be outputted a specified number of ranked results of web pages where there search occurs.

  • Updated Oct 2, 2021
  • JavaScript

Improve this page

Add a description, image, and links to the elasticlunr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the elasticlunr topic, visit your repo's landing page and select "manage topics."

Learn more