The fields from which you want IDOL Server to read a document title. IDOL Server treats these fields as TitleType for the documents that you send in the index action.
HPE recommends that you use field configuration to set TitleType fields, instead of setting this parameter for a single index action.
Separate multiple fields with commas. There must be no space before or after a comma. You can use wildcards.
When identifying fields use the formats:
/FieldName
to match root-level fields
*/FieldName
to match all fields except root-level
/Path/FieldName
to match fields that the specified path points to.
If you specify only the field name, IDOL Server automatically adds a */
to it.
Actions: | |
Type: | String |
Default: | |
Example: | TitleFields=*/DRETITLE In this example, IDOL Server reads the document title from its |
See Also: | TitleType configuration parameter |
|