You can combine multiple languages in one HPE IDOL Server. Use the outline below to determine what you have to do.
Before you index your documents, ensure that the HPE IDOL Server configuration file contains the languages that you want to use. See Determine the Languages that are Enabled.
If the configuration file does not contain all the languages that you want to use, add the missing languages. Set up a field process that enables HPE IDOL Server to associate these languages with documents. See Define Language Types and Associate Language Types with Documents.
Check the documents that you want to index into HPE IDOL Server:
HPE IDOL Server can read the language type (that is, language and encoding) from a document field. If some of your documents do not contain these fields, HPE IDOL Server applies the default language type. See Add LanguageType Fields to Documents and Define a Default Language Type.
If you do not want to associate the default language type with your documents, enable automatic language detection. See Enable Automatic Language Detection.
Alternatively, you can manually index your documents into HPE IDOL Server, adding the language type of the documents to each index action. In this case, you must index documents in batches, where each batch must have the same language type. See Index Data.
HPE IDOL Server automatically processes documents that contain fields that specify the language type. You must add any missing languages to the HPE IDOL Server configuration file.
When you query HPE IDOL Server, by default HPE IDOL Server returns only documents that have the same language as the language type (that is, language and encoding) of the query. You can change this behavior in the following ways:
To use a language type in the query text that is not the default language type, add the LanguageType
parameter to your query.
To return results in a specific encoding, add the OutputEncoding
parameter to your query. You can return only encodings that are compatible with the query language.
To return documents in multiple languages, add the AnyLanguage
parameter to your query.
To return documents in a specific language, add the AnyLanguage
and MatchLanguage
parameters to your query.
|