You must set up a field process to identify ReferenceType
fields before you start indexing documents into IDOL Server.
Open the IDOL Server configuration file in a text editor.
In the [FieldProcessing]
section, add a process that identifies ReferenceType
fields. For example:
[FieldProcessing] 0=MyFirstProcess 1=MySecondProcess 2=SetReferenceFields
Create a section for the process that you added, and in each section create a property for the process (you define the property later by setting one or more applicable configuration parameters). Identify the fields that you want to associate with the process.
Note: The properties that you create must not have the same name as the processes.
For example:
[MyFirstProcess] Property=MyFirstProperty PropertyFieldCSVs=*/MyField,*/MySecondField [MySecondProcess] Property=MySecondProperty PropertyFieldCSVs=*/MyThirdField [SetReferenceFields] Property=Reference PropertyFieldCSVs=*/DREREFERENCE,*/URL
Create a section for each of the properties and specify appropriate configuration settings for each. These configuration parameters define the processes that are applied to all the fields (or all documents that contain the fields) that you previously associated with the processes. For example:
[MyFirstProperty] HiddenType=True [MySecondProperty] Index=True [Reference] ReferenceType=True TrimSpaces=True
Save and close the configuration file. Restart IDOL Server for your changes to take effect.
You can now index documents into IDOL Server.
Note: If you do not set up a field process that identifies ReferenceType
fields, IDOL Server automatically allocates a unique number to each document that is indexed. IDOL Server uses this number as the reference for the document.
|