analysis-stempel.asciidoc 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. This plugin can be downloaded for offline install from
  18. {plugin_url}/analysis-stempel/{version}/analysis-stempel-{version}.zip[elastic download service].
  19. [[analysis-stempel-remove]]
  20. [float]
  21. ==== Removal
  22. The plugin can be removed with the following command:
  23. [source,sh]
  24. ----------------------------------------------------------------
  25. sudo bin/elasticsearch-plugin remove analysis-stempel
  26. ----------------------------------------------------------------
  27. The node must be stopped before removing the plugin.
  28. [[analysis-stempel-tokenizer]]
  29. [float]
  30. ==== `stempel` tokenizer and token filter
  31. The plugin provides the `polish` analyzer and `polish_stem` token filter,
  32. which are not configurable.