analysis-stempel.asciidoc 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [[analysis-stempel]]
  2. === Stempel Polish Analysis Plugin
  3. The Stempel Analysis plugin integrates Lucene's Stempel analysis
  4. module for Polish into elasticsearch.
  5. It provides high quality stemming for Polish, based on the
  6. http://www.egothor.org/[Egothor project].
  7. [[analysis-stempel-install]]
  8. [float]
  9. ==== Installation
  10. This plugin can be installed using the plugin manager:
  11. [source,sh]
  12. ----------------------------------------------------------------
  13. sudo bin/elasticsearch-plugin install analysis-stempel
  14. ----------------------------------------------------------------
  15. The plugin must be installed on every node in the cluster, and each node must
  16. be restarted after installation.
  17. [[analysis-stempel-remove]]
  18. [float]
  19. ==== Removal
  20. The plugin can be removed with the following command:
  21. [source,sh]
  22. ----------------------------------------------------------------
  23. sudo bin/elasticsearch-plugin remove analysis-stempel
  24. ----------------------------------------------------------------
  25. The node must be stopped before removing the plugin.
  26. [[analysis-stempel-tokenizer]]
  27. [float]
  28. ==== `stempel` tokenizer and token filter
  29. The plugin provides the `polish` analyzer and `polish_stem` token filter,
  30. which are not configurable.