nextapps-de / flexsearch

Next-Generation full text search library for Browser and Node.js
Apache License 2.0
12.53k stars 491 forks source link

Performance compared to Elasticsearch #208

Closed joshuaquek closed 3 years ago

joshuaquek commented 3 years ago

How does this compare to if one were to use an actual elasticsearch instance? (Just curious, and hopefully my question is a valid one too)

ts-thomas commented 3 years ago

You cannot really compare these because Elasticsearch is a framework which contains a search engine based on Apache "Lucene". Also Elasticsearch completely runs asynchronous. A direct comparison is not fair, FlexSearch will run probably 1 million times faster.