jurismarches / luqum

A lucene query parser generating ElasticSearch queries and more !
Other
187 stars 42 forks source link

feat: boost can be implicit #83

Closed alexgarel closed 2 years ago

alexgarel commented 2 years ago

as stated in Lucene documentation https://lucene.apache.org/core/2_9_4/queryparsersyntax.html

By default, the boost factor is 1.

fixes: