pisa-engine / pisa

PISA: Performant Indexes and Search for Academia
https://pisa-engine.github.io/pisa/book
Apache License 2.0
941 stars 65 forks source link

`thread_local` Porter2 #542

Closed elshize closed 1 year ago

elshize commented 1 year ago

The stemmer is not thread-safe, so in order to make the wrapper class thread-safe, we use define it as thread_local in the filter function.

Fixes #524