|
|
|
|
|
by holmberd
3092 days ago
|
|
Having implemented this for a client in the past I have to agree that it is a cheaper option than ElasticSearch, especially for smaller projects with a lower number of records to index. ElastiSearch easily gets expensive and the search suggestion is pretty bad. |
|
ElasticSearch starts off as a small Java application that wraps the Lucene library.
Obviously heap will increase with usage and number of documents but I am still confused how it is in any way "expensive".