Search code examples
ruby-on-railsrubyelasticsearchtireelasticsearch-plugin

Use searchkick with an elasticsearch plugin


How can I use searchkick with an elasticsearch plugin like this https://github.com/skroutz/elasticsearch-analysis-greeklish ?


Solution

  • The only way to change the default analyzers right now is to fork the gem. Here's a good place to start:

    https://github.com/ankane/searchkick/blob/master/lib/searchkick/reindex.rb#L97