Home

Awesome

Office365 Data Store for Fess Java CI with Maven

Overview

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

Download

See Maven Repository.

Installation

  1. Download fess-ds-office365-X.X.X.jar
  2. Copy fess-ds-office365-X.X.X.jar to $FESS_HOME/app/WEB-INF/lib or /usr/share/fess/app/WEB-INF/lib

Getting Started

Parameters

tenant=********-****-****-****-************
client_id=********-****-****-****-************
client_secret=***********************

Scripts

OneDrive

title=file.name
content=file.description + "\n" + file.contents
mimetype=file.mimetype
created=file.created
last_modified=file.last_modified
url=file.web_url
role=file.roles
KeyValue
file.nameThe name of the file.
file.descriptionA short description of the file.
file.contentsThe text contents of the file
file.mimetypeThe MIME type of the file.
file.createdThe time at which the file was created.
file.last_modifiedThe last time the file was modified by anyone.
file.web_urlA link for opening the file in an editor or viewer in a browser.
file.rolesA users/groups who can access the file.

OneNote

title=notebooks.name
content=notebooks.contents
created=notebooks.created
last_modified=notebooks.last_modified
url=notebooks.web_url
role=notebooks.roles
KeyValue
notebooks.nameThe name of the notebook.
notebooks.contentsThe text contents of the notebook
notebooks.createdThe time at which the notebook was created.
notebooks.last_modifiedThe last time the notebook was modified by anyone.
notebooks.web_urlA link for opening the notebook in an editor in a browser.
notebooks.rolesA users/groups who can access the notebook.