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 auto commit #45

Closed ChillFish8 closed 2 years ago

ChillFish8 commented 2 years ago

Adds an auto-commit feature where the system will automatically index and process docs after x seconds of in-activity, this also fixes the bug where lnx would use 100% of a single CPU core per index due to the writer-actor never parking.