Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| options:xml:search-fuzziness [2014/06/25 00:40] – created admin | options:xml:search-fuzziness [2018/01/10 20:42] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Fuzzy search in HippoEDIT (activated by Fuzzy Mode flag on Search dialog or called using API) uses approximate text matching algorithm, based on Levenstein distance, to find text blocks similar to provided. | Fuzzy search in HippoEDIT (activated by Fuzzy Mode flag on Search dialog or called using API) uses approximate text matching algorithm, based on Levenstein distance, to find text blocks similar to provided. | ||
| - | The closenest | + | The closeness |
| <code xml> | <code xml> | ||
| < | < | ||
| Line 11: | Line 11: | ||
| Fuziness is percentage value from 0 till 100, where fuziness = 100 * //number of operations// | Fuziness is percentage value from 0 till 100, where fuziness = 100 * //number of operations// | ||
| By default search fuziness is **25**. | By default search fuziness is **25**. | ||
| + | |||
| + | < | ||
| + | |||
| + | #xml_option #1_51 | ||