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

Implement directory exporters and mergers for Linux, MacOS and Windows compatibility. #108

Closed ChillFish8 closed 1 year ago

ChillFish8 commented 1 year ago

The exporter and merger are a very important part of the storage system, it is in charge of combining all of the small files contained within a temporary directory, and producing a single, large file which can be read as a directory using a ReadOnlyDirectory.

The merger is in charge of combining two or more index segments in order to reduce the required number of opened files under high load.

ChillFish8 commented 1 year ago

Closed by #113 and #113