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

Reserve query design and change Term Query. #55

Closed ChillFish8 closed 2 years ago

ChillFish8 commented 2 years ago

This implements the small move from using enum based values in the query kind's to provide additional context, to providing all context for the query.

This is mostly down to making it easier for us to adjust the requirements of each field as and when they're required making it nicer to be displayed for documentation and feels more natural for anyone coming from ES.