Deprecated.
A language code that specifies the default language to use for indexing documents on this object store. Because this property has been deprecated, refrain from using it in new applications; use the TextSearchIndexingLanguages property instead. When you set the TextSearchIndexingLanguages property, the Content Engine server sets the TextSearchIndexingLanguage property to the default language code that is specified by the TextSearchIndexingLanguages property, which is the first language code in its string list.
Namespace:
FileNet.Api.CoreA language code that specifies the default language to use for indexing documents on this object store. Because this property has been deprecated, refrain from using it in new applications; use the TextSearchIndexingLanguages property instead. When you set the TextSearchIndexingLanguages property, the Content Engine server sets the TextSearchIndexingLanguage property to the default language code that is specified by the TextSearchIndexingLanguages property, which is the first language code in its string list.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("As of release 5.2.0.")> _ Property TextSearchIndexingLanguage As String |
C# |
---|
[ObsoleteAttribute("As of release 5.2.0.")] string TextSearchIndexingLanguage { get; set; } |
Visual C++ |
---|
[ObsoleteAttribute(L"As of release 5.2.0.")] property String^ TextSearchIndexingLanguage { String^ get (); void set (String^ value); } |
JavaScript |
---|
function get_textSearchIndexingLanguage(); function set_textSearchIndexingLanguage(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: 32
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ