Skip to content

Instantly share code, notes, and snippets.

@Carw
Last active February 6, 2017 00:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Carw/4055274648b1c3d651971a9eb68f47e0 to your computer and use it in GitHub Desktop.
Save Carw/4055274648b1c3d651971a9eb68f47e0 to your computer and use it in GitHub Desktop.

##ElasticSearch

Про настройку ElasticSearch: http://devacademy.ru/posts/effektivnaya-nastrojka-elasticsearch

Для работы с русской морфологией: https://github.com/imotov/elasticsearch-analysis-morphology

Введение: https://xakep.ru/2015/06/11/elasticsearch-tutorial

Документация на русском: http://elasticsearch.wikione.ru/guide/ru/elasticsearch/reference/1.5/index.html

Пример настройки для русского языка: https://github.com/asyncee/elasticsearch-russian-config

###Установка плагинов

  • ICU:

    sudo bin/plugin install analysis-icu
    
  • Русская морфология:

    bin/plugin install http://dl.bintray.com/content/imotov/elasticsearch-plugins/org/elasticsearch/elasticsearch-analysis-morphology/2.3.3/elasticsearch-analysis-morphology-2.3.3.zip
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment