KorAP / Krill

:mag: A Corpus Data Retrieval Index using Lucene for Look-Ups
BSD 2-Clause "Simplified" License
16 stars 3 forks source link

Normalization of Fingerprints should be base64url #83

Closed Akron closed 2 years ago

Akron commented 2 years ago

Currently the fingerprints for the leafs and the index are encoded as base64, with the leaves being normalized in a way they work as filenames. It's preferable to use base64url instead everywhere, though this will invalidate some index caches.