-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation search comparison #17
Comments
Hey! I compared one more lib and compiled research results in the following table. Source data is the same as in the doc I posted above:
search result highlighting - indices of the found entries in search results |
We decided to use the Lunar Library in the end. Here are a couple of suggestions on how to use it with YFM. You can generate a search-index (JSON file) using the
After that, you can load the search index and initialize the lunrJS instance.
And the search method:
|
Hello! I recently had an idea to compare different libraries/services that one can use to search docs or any kind of texts. For this purpose, I created a search index in opensearch, flexsearch and lunr.js and tested them all on several searches.
The source index consists of 1136 entries with title, short description and full content. The content contains documentation on various topics, but mostly cloud related. All three libraries/services were set up to search within these three fields.
Here's the link to the document, where I provided all the data I ended up with.
Let me know if you need more info!
The text was updated successfully, but these errors were encountered: