| 
 Stemming Threshold  | 
|
Use the Stemming Threshold value of the Translate Table to indicate the number of characters a word must contain before trimming of plurals or stemming will take place.
| 
 Required  | 
 Default  | 
 Recommended  | 
 Min  | 
 Max  | 
| 
 YES  | 
 0  | 
 5  | 
 0  | 
 100  | 
Assigning a Stemming Threshold value will help prevent a portion of the root of smaller words being mistaken for a suffix.
Example
Assuming the Language field is set to ENGLISH and the Language Processing is set to ON:
| 
 Stemming Threshold  | 
 Word  | 
 Stemmed  | 
 Description  | 
| 
 5  | 
 bring  | 
 bring  | 
 not stemmed.  | 
| 
 4  | 
 bring  | 
 br  | 
 stemmed ( char count > PT )  | 
| 
 0  | 
 ring  | 
 r  | 
 stemmed ( char count > PT )  | 
Choosing a Stemming Threshold that is to small could result in unwanted search results.