Type

The field type to set to the specified NewValue. Use one of the following values:

  • autnrank. Sets the AutnRankType field of the specified Docs to the specified NewValue. The value in a document AutnRankType field represents the importance.

    NOTE: The value you specify must be between 0 and 4000. IDOL Server uses the autnrank value of a document when it calculates the relevance the document is given when it is returned as a result. For example, if two documents match a query equally well, the one that has the higher autnrank value is returned with a higher relevance rating.

  • database. Sets the DatabaseType field of the specified Docs to the specified NewValue. The DatabaseType field contains the IDOL Server database the document is stored in.

  • date. Sets the DateType field of the specified Docs to the specified NewValue. The DateType field contains the date the document was indexed into IDOL Server.

    NOTE: The date you specify must be in a format that you have set for DateFormatCSVs in the IDOL configuration file.

  • expiredate. Sets the ExpireDateType field of the specified Docs to the specified NewValue. The ExpireDateType field contains the date that the document is ready to be processed by an Expire operation.

    NOTE: The date you specify must be in a format that you have set for DateFormatCSVs in the IDOL Server configuration file.

Actions: DRECHANGEMETA
Type: String
Default:  
Example: Type=database
See Also:

AutnRankType configuration parameter
DatabaseType configuration parameter
DateType configuration parameter
ExpireDateType configuration parameter