Newer
Older
web-dumps / apil-dumps / 03-enrichment-host.ini
@Nicolas Thouvenin Nicolas Thouvenin on 25 Oct 2022 389 bytes fix: fakeurl for all enrichments
prepend = unpack
append = pack

[use]
plugin = basics

[assign]
path = ws.host.title
value = get('host.title')

[expand]
path = ws.host.title
size = env('size')
cacheName = env('cache').thru(x => x ? 'terms-extraction-v1-tools-normalize' : null)

[expand/URLConnect]
url = env('url', 'https://terms-extraction.services.inist.fr/v1/tools/normalize')
timeout = env('timeout')
noerror = true