language property

FullTextLanguage? language
getter/setter pair

The dominant language.

Setting this enables word stemming, i.e. matching different cases of the same word ("big" and "bigger", for instance) and ignoring common "stop-words" ("the", "a", "of", etc.)

If left null no language-specific behaviors such as stemming and stop-word removal occur.

Implementation

abstract FullTextLanguage? language;