SubscriptionMethod

Specifies how subscriptions are processed.

The possible values are:

  • SubscriptionOriented: The Content Server compares each subscription with the content items that have been indexed.

    This value should be used when the number of subscriptions is small relative to the number of content items (for example, 100,000 content items and 1000 subscriptions).

  • DocumentOriented: The Content Server compares each indexed content item with the active subscriptions.

    This value should be used when the number of subscriptions is large relative to the number of content items (for example, 1000 content items and 1000 subscriptions).

Default is SubscriptionOriented.

Type and Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

SubscriptionMethod=DocumentOriented