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.23k stars 46 forks source link

Add generic writer handler for producing index segments and handling deletes. #116

Closed ChillFish8 closed 1 year ago

ChillFish8 commented 1 year ago

Now we have the required directories and segment handlers, we want to combine them so that all of the internal handlings of an index write is self-contained.

ChillFish8 commented 1 year ago

Closed by #117