jolicode / emoji-search

:smile: Emoji synonyms to build your own emoji-capable search engine (elasticsearch, solr, OpenSearch)
https://jolicode.com/blog/elasticsearch-icu-now-understands-emoji
MIT License
217 stars 65 forks source link

Update the documentation to mention than ICU is no longer needed #28

Closed damienalexandre closed 4 years ago

damienalexandre commented 4 years ago

Thanks to https://github.com/apache/lucene-solr/commit/283b19a8da6ab9e0b7e9a75b132d3067218d5502 there is no need for ICU Tokenizer anymore when dealing with Emoji on Elasticsearch.

This PR make the requirements more clear, and add better examples.