Skip to content

Releases: pelias/schema

v6.4.1

22 Jun 18:44
777b824
Compare
Choose a tag to compare

6.4.1 (2022-06-22)

Bug Fixes

  • docker: fix typo in Dockerfile syntax (#485) (777b824)

v6.4.0

28 Oct 22:36
fdd997f
Compare
Choose a tag to compare

6.4.0 (2021-10-28)

Features

  • punctuation: Strip lower german quotation mark (#481) (fdd997f)

v6.3.1

18 Feb 02:57
7eca249
Compare
Choose a tag to compare

6.3.1 (2021-02-18)

Bug Fixes

  • peliasPhrase: Add filter to remove leading zeros (8a6ac3a)

v6.3.0

17 Feb 01:11
210a328
Compare
Choose a tag to compare

6.3.0 (2021-02-17)

Features

  • admin: handle two letter country codes as synonyms (210a328)

v6.2.0

14 Oct 07:47
384e384
Compare
Choose a tag to compare

6.2.0 (2020-10-14)

Features

  • synonyms: british <-> american english synonyms (#467) (384e384)

v6.1.1

04 Sep 11:10
Compare
Choose a tag to compare

6.1.1 (2020-09-04)

Bug Fixes

  • synonyms: "custom_street" synonyms should be applied to name.* and phrase.* indices (687dbfb)

v6.1.0

19 Aug 12:19
Compare
Choose a tag to compare

6.1.0 (2020-08-19)

Features

  • hierarchy sources: add support for custom sources in hierarchy (fd4dd97)

v6.0.0

11 Aug 15:21
Compare
Choose a tag to compare

6.0.0 (2020-08-11)

Features

  • drop_es6: remove support for creating indices for ES6 (3985629)

BREAKING CHANGES

  • drop_es6: creating new Pelias indices using elasticsearch 6 is no longer supported

v5.6.1

07 Aug 14:00
78c3cd3
Compare
Choose a tag to compare

5.6.1 (2020-08-07)

Bug Fixes

  • custom_multiword_synonyms: re-enable support for custom multi-word synonyms (19e5650)
  • multiword_synonyms: fix tokenizer regex used by linter and synonyms filter(s) (1baeadf)

v5.6.0

13 Jul 21:18
e1ce956
Compare
Choose a tag to compare

5.6.0 (2020-07-13)

Bug Fixes

  • synonyms: add missing personal suffix synonyms (0e0a6a9)
  • synonyms: ensure personal_titles synonyms are being used for street field (c0cb64a)
  • synonyms: remove all single-letter synonyms except punctuation and ddirectionals (1ac811f)
  • synonyms: remove more single-letter synonyms (9ad64f7)
  • synonyms: use multiplexers to prevent viral synonyms, clean up token filter ordering (1f4370f)

Features

  • streets: remove all multi-word synonyms (e557206)
  • streets: remove all single-char synonyms except directionals, synonyms which seem to only be present for the purpose of spelling correction (213a66c)
  • streets: update street synonyms (8206fe0)
  • synonyms: big refactor of synonyms, added extensive synonyms llist for en,fr,es,de (00af1b9)