File Search Library
FuzzyEditMax Property



KellermanSoftware.FileSearchLibrary Namespace > SearchParms Class : FuzzyEditMax Property
The maximum number of edits for a Levenshtein fuzzy match. The default is 3 so educate will match with educated, educating and education
Syntax
'Declaration
 
Public Property FuzzyEditMax As Integer
'Usage
 
Dim instance As SearchParms
Dim value As Integer
 
instance.FuzzyEditMax = value
 
value = instance.FuzzyEditMax
public int FuzzyEditMax {get; set;}
public:
property int FuzzyEditMax {
   int get();
   void set (    int value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SearchParms Class
SearchParms Members