Home

Awesome

Slack Data Store for Fess Java CI with Maven

Overview

Slack Data Store is an extension for Fess Data Store Crawling.

Download

See Maven Repository.

Installation

See Plugin of Administration guide.

Getting Started

Parameters

Example :

token=xoxp-************-************-************-********************************
channels=general,random
file_crawl=false
include_private=false
KeyValue
tokenOAuth Access Token of SlackApp with permissions.
channelsScope of channels to crawl. (comma-separated or *all)
file_crawltrue or false (Crawl files or not.)
include_privatetrue or false (Crawl private channels or not.)

Scripts

Example :

title=message.user + " #" + message.channel
digest=message.text + "\n" + message.attachments
content=message.text
created=message.timestamp
timestamp=message.timestamp
url=message.permalink
KeyValue
message.textText contents of the Message.
message.userUser(display name) of the Message.
message.channelChannel name the Message sent.
message.timestampTimestamp the Message sent.
message.permalinkPermalink of the Message.
message.attachmentsFallback of attachments of the Message.