jurismarches / luqum

A lucene query parser generating ElasticSearch queries and more !
Other
188 stars 40 forks source link

Set analyze_wildcard and allow_leading_wildcard to false globally #100

Closed guozizi closed 10 months ago

guozizi commented 10 months ago

analyze_wildcard / allow_leading_wildcard defalt true now

I can set the values on a single field by field_options, but not for all fields, for all fields, I would need to rewrite a lot of code