|
|
|
|
|
Stemming (Property) In french: Racinisation
 Available only with these kinds of connection
The Stemming property is used to enable stemming and to define the language used for stemming in a full-text index defined programmatically. The stemming is used to perform searches on a full-text index while taking the variations of a given word into account. This feature is of no interest for knowledge bases, and allows you to search indifferently for words in the singular or plural. MonIndexFulText is IndexFullText Description
...
MonIndexFulText.Stemming = nationFrench
Syntax
<Full-text index>.Stemming = <Language>
<Full-text index>: Character string Name of full-text index used. This name is defined with the FullTextIndex Description type. <Language>: Integer constant Language for stemming: | | | Constant | Language |
---|
nationGerman | | German | nationEnglish | | English | nationDanish | | Danish | nationSpanish | | Spanish | nationFinnish | | Finnish | nationFrench | | French | nationHungarian | | Hungarian | nationItalian | | Italian | nationDutch | | Dutch | nationNorwegian | | Norwegian | nationPortuguese | | Portuguese | nationRomanian | | Romanian | nationRussian | | Russian | nationSwedish | | Swedish | nationTurkish | | Turkish |
Remarks - The management of synonyms (Synonym) must not be enabled if the stemming is enabled.
- The management of accented characters (AccentSensitive) must be enabled if the stemming is enabled.
- Because of grammatical exceptions (irregular verbs in English, verbs of third group in French, etc.), some conjugations may not be grouped together (for example, a search for "fly" will not found the records containing "flown") or some plural forms may not be grouped with their singular form (foot/feet for example).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|