Commit 91b251388ac222ed1a4dc6a38287396c97f175b8

Authored by Andrew Kane
1 parent 40629dbf

Updated readme [skip ci]

Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
README.md
... ... @@ -311,9 +311,7 @@ class Product < ApplicationRecord
311 311 end
312 312 ```
313 313  
314   -[See the list of stemmers](https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-stemmer-tokenfilter.html)
315   -
316   -A few languages require plugins:
  314 +See the [list of stemmers](https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-stemmer-tokenfilter.html). A few languages require plugins:
317 315  
318 316 - `chinese` - [analysis-ik plugin](https://github.com/medcl/elasticsearch-analysis-ik)
319 317 - `chinese2` - [analysis-smartcn plugin](https://www.elastic.co/guide/en/elasticsearch/plugins/7.4/analysis-smartcn.html)
... ...