dtSearch Text Retrieval Engine .NET interface

SearchJob.Fuzziness Property

If non-zero, the engine will match words that are close to but not identical to a search term.

public int Fuzziness {get; set;}

Remarks

Fuzziness can range from 1 to 10. The higher the fuzziness value, the more differences are tolerated when matching words, and the closer to the front of the word these differences can occur.

See Also

SearchJob Class | dtSearch.Engine Namespace