Click or drag to resize

AnalyzerPropertiesStemming Property

Turn Stemming ON or OFF. If true, the analyzer stems the text, treated as a single token, for supported languages. Stemming support is provided by Snowball, which supports the languages listed at: https://www.arangodb.com/docs/stable/analyzers.html#stemming

Namespace:  ArangoDBNetStandard.AnalyzerApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public bool Stemming { get; set; }

Property Value

Type: Boolean
See Also