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

Remove variation selectors #7

Closed damienalexandre closed 8 years ago

damienalexandre commented 8 years ago

Variation selector break the synonyms.

Tried:

"cleaning_char_filter": {
          "type": "mapping",
          "mappings": [
            "\uFE0E=>",  
            "\uFE0F=>"
          ]
        }

But it does works.

To test with the modifiers and ZWJ too.

damienalexandre commented 8 years ago

Solution here: https://found.no/play/gist/195cd340c6600a6d26f1

I had to read Java code to find this, omg.

Better solution here: https://found.no/play/gist/4a8c6357e3bcb1ef8a6d