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; }
Public Property Stemming As Boolean
Get
Set
public:
property bool Stemming {
bool get ();
void set (bool value);
}
member Stemming : bool with get, set
Property Value
Type:
BooleanSee Also