|
|
|
|
|
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 through programming. 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 not interesting for the knowledge databases and it allows you fo indifferently find words in singular or plural form. MyFullTextIndex is FullTextIndex Description ... MyFullTextIndex.Stemming = nationEnglish
Syntax
<Full-text index>.Stemming = <Language>
<Full-text index>: Character string Name of full-text index used. This name was defined by 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|