mgholam / hOOt

Smallest full text search engine (lucene replacement) built from scratch using inverted Roaring bitmap index, highly compact storage, operating in database and document modes
http://www.codeproject.com/Articles/224722/hOOt-full-text-search-engine
MIT License
114 stars 23 forks source link

can it be compared with elasticsearch #2

Open EMProgramers opened 8 years ago

EMProgramers commented 8 years ago

can it be compared with elasticsearch, https://www.elastic.co/, i know elastic is served for a while, but can hoot get the same functionalities even in the future

mgholam commented 8 years ago

They are two different things, hOOt can be compared with lucene engine in elastic (although it has less functionality than lucene).

sgf commented 2 months ago

In short, Elasticsearch is more feature-rich and powerful, and it is more suitable for large-scale projects.