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 (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public bool EnableStemming

Field Value

Type: Boolean
See Also