Adobe COLDFUSION 9 Manual page 485

Developing applications
Hide thumbs Also See for COLDFUSION 9:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Accessing and Using Data
Specify a language when you create the collection. The language you specify should match the language the documents
were authored in. By specifying the language your documents are written in, Verity is able to correctly interpret accented
characters, and, in many languages, use variations of word stems and roots. However, Verity does not support the
following in Eastern European and Middle Eastern languages, including these languages in the Universal language pack:
• Stemming
• Normalization
• Decomposition of compound words into subwords
• Part of speech
• Special number handling
If you have documents in several languages, create separate collections for each of them.
To specify a language when you are indexing data, select the language from the pop-up menu when you create a
collection with the ColdFusion Administrator. In CFML, the
optional
attribute that you use to specify the language of the collection.
language
Use the following table to find the correct value for the
following code creates a collection for simplified Chinese:
<cfcollection action = "create" collection = "lei_01"
path = "c:\CFusion\verity\collections"
language = "simplified_chinese">
The following table lists the languages names and attributes that ColdFusion supports:
Language
Arabic
Chinese (simplified)
Chinese (traditional)
Czech
Danish
Dutch
English (Basic)
English (Advanced)
Finnish
French
German
Greek
Hebrew
Hungarian
Italian
Japanese
Korean
cfcollection
language
Language attribute
arabic
simplified_chinese
traditional_chinese
czech
danish
dutch
english
englishx
finnish
french
german
greek
hebrew
hungarian
italian
japanese
korean
Last updated 8/5/2010
,
, and
cfindex
cfsearch
attribute for your collection. For example, the
480
tags have an

Advertisement

Table of Contents
loading

Table of Contents