A string list of one or more supported language codes, each of which specifies a language of the documents that are to be indexed on this object store. If the IBM® Content Search Services server cannot determine the language of a document to be indexed in an index request, the first language code in the string list is used as the default language code for the index request.

Ensure that the languages that you specify with this property match the languages of most of the documents in the object store; otherwise, you might experience a performance delay. If you do not set this property to at least one language code, and the deprecated TextSearchIndexingLanguage property has not been previously set, an error will occur during indexing.

The TextSearchIndexingLanguages property can specify one or more of the language codes in the following table.

Language codeLanguage
afAfrikaans
arArabic
caCatalan
zhChinese
csCzech
daDanish
nlDutch
enEnglish
fiFinnish
frFrench
deGerman
elGreek
heHebrew
itItalian
jaJapanese
koKorean
nbNorwegian (Bokmal)
nnNorwegian (Nynorsk)
plPolish
ptPortuguese
ruRussian
esSpanish
svSwedish

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property TextSearchIndexingLanguages As IStringList
C#
IStringList TextSearchIndexingLanguages { get; set; }
Visual C++
property IStringList^ TextSearchIndexingLanguages {
	IStringList^ get ();
	void set (IStringList^ value);
}
JavaScript
function get_textSearchIndexingLanguages();
function set_textSearchIndexingLanguages(value);

ToggleRemarks

ToggleSee Also