ChannelMessageGroupingSection
The name of a section in the configuration file that contains settings for grouping channel messages into documents.
The connector, by default, creates documents that contain a single message. In the named section, you can set the following parameters, so that your documents contain multiple messages:
- MessageGroupingStrategy
- MessageGroupingInterval
- MessageGroupingMessageCount
- MessageGroupingQuietWindow
The connector groups channel messages and replies from a single thread (each root message within a channel will have its own message group, or multiple groups if its replies exceed the message count / interval / quiet window thresholds, but a message group will not contain messages from more than one thread).
NOTE: To enable message grouping for channel messages, you must set:
- IndexMessageReplies to
TRUE
. - TeamMessageRetrievalMethod to
Crawl
.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | ChannelMessageGroupingSection=MessageGroupingOptions [MessageGroupingOptions] MessageGroupingStrategy=QuietWindow MessageGroupingQuietWindow=1 hour |
See Also: |