linagora / james-project

Mirror of Apache James Project
Apache License 2.0
70 stars 63 forks source link

[SEARCH] Enable fuzinness as an option #5225

Closed chibenwa closed 2 weeks ago

chibenwa commented 1 month ago

Use fuzinness on text searches. This helps to correct user typing mistakes.

Requirement: should be configurable. (this might be costly) in opensearch.properties have a text.fuziness.allow=true|false option.

https://opensearch.org/docs/latest/query-dsl/full-text/match/#fuzziness

Mode AUTO would do if true. Do not specify it if false.