langauge abstract method

FullTextIndex langauge(
  1. FullTextLanguage language
)

Specifies the dominant language of the index.

Specifying 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 unspecified, no language-specific behaviors such as stemming and stop-word removal occur.

Implementation

FullTextIndex langauge(FullTextLanguage language);