From: Sarah Hoffmann Date: Mon, 4 Oct 2021 14:40:28 +0000 (+0200) Subject: extend ICU config to accomodate multiple analysers X-Git-Tag: v4.0.0~22^2~10 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/52847b61a3e1bc0791dd23809dc3c50fe6810df2?ds=sidebyside;hp=52847b61a3e1bc0791dd23809dc3c50fe6810df2 extend ICU config to accomodate multiple analysers Adds parsing of multiple variant lists from the configuration. Every entry except one must have a unique 'id' paramter to distinguish the entries. The entry without id is considered the default. Currently only the list without an id is used for analysis. ---