Click or drag to resize
SearchDataProviderEnableStemming Field
If enabled, full text search stemming is activated (not recommended because this might result in unpredictable results). Stemming does not work if 'AllowComplexQueries' is set to false.

Namespace: Colygon.MatchPoint.Search.DataProvider
Assembly: Colygon.MatchPoint.Server (in Colygon.MatchPoint.Server.dll) Version: 2013.11.0.0
Syntax
C#
public bool EnableStemming

Field Value

Type: Boolean
See Also