3 comments (3 comments)2 reactions (2 reactions)1 assignee (1 assignee)JavaScript3,957 forks (3,957 forks)batch import
help wantednew sample request
Repository metrics
- Stars
- 11,901 stars (11,901 stars)
- PR merge metrics
- Avg merge 7d 23h (Avg merge 7d 23h)5 merged PRs in 30d (5 merged PRs in 30d)
Description
Though Full-text search via Algolia is great example for advanced search options on Firebase, many people still prefer Elastic Search rather than Algolia.
Therefore it would be really helpful if there was a sample like "Full-text search via Elastic Search".
I hope you consider it.
Thank you.
Contributor guide
- Research direction
- Study the existing Algolia full text search sample in this repository, understand how it fetches data from Firebase and indexes it, then replicate the same pattern using Elasticsearch client instead. Consider using Elasticsearch's Node.js client and deploying a search endpoint via Cloud Functions.
- Tech stack
- javascriptelasticsearch
- Domain
- backendsearch
- Issue type
- Feature
- Prerequisites
- JavaScriptFirebaseElasticsearch