lnx-search / lnx

⚡ Insanely fast, 🌟 Feature-rich searching. lnx is the adaptable, typo tollerant deployment of the tantivy search engine.
https://lnx.rs
MIT License
1.21k stars 46 forks source link

LNX-108: Add aio combiner and exporter (Part 2/2) #113

Closed ChillFish8 closed 1 year ago

ChillFish8 commented 1 year ago

Adds the AIO version of the exporter and combiner.

This will want a handler to switch back to the blocking implementation in case the AIO apis are not available.

References #112