cozydev-pink / protosearch

prototype search library in pure scala
https://cozydev-pink.github.io/protosearch/
Apache License 2.0
9 stars 6 forks source link

Readability tweaks, query reordering #38

Closed valencik closed 1 year ago

valencik commented 1 year ago

This reorders the query matching throughout to be the same, going from term queries, to booleans, field query, and then unsupported queries.

Closes https://github.com/cozydev-pink/protosearch/issues/29