codelibs / fess-ds-git

DataStore Crawler for Git Repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git Data Store for Fess Java CI with Maven

Overview

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

Download

See Maven Repository.

Getting Started

Installation

See Plugin page.

Sample DataStore Setting

Parameter:

uri=https://github.com/codelibs/fess-ds-git.git
base_url=https://github.com/codelibs/fess/blob/master/
extractors=text/.*:textExtractor,application/xml:textExtractor,application/javascript:textExtractor,
prev_commit_id=
delete_old_docs=false

Script:

url=url
host="github.com"
site="github.com/codelibs/fess-ds-git/" + path
title=name
content=content
cache=""
digest=author.toExternalString()
anchor=
content_length=contentLength
last_modified=timestamp
mimetype=mimetype

About

DataStore Crawler for Git Repository

License:Apache License 2.0


Languages

Language:Java 100.0%