[](https://github.com/codelibs/fess-ds-db/actions/workflows/maven.yml)
August 23, 2026 ยท View on GitHub
DB Data Store for Fess

Overview
DB Data Store is an extension for Fess Data Store Crawling. It crawls the rows returned by an SQL query over a JDBC connection, turning each row into a document.
Installation
Install it from the Fess admin UI, under System > Plugin, or place the jar manually:
- Download
fess-ds-db-X.X.X.jarfrom the CodeLibs repository. - Copy it to
$FESS_HOME/app/WEB-INF/plugin(/usr/share/fess/app/WEB-INF/pluginfor a package install).
The JDBC driver for your database is a separate download. Copy its jar to
$FESS_HOME/app/WEB-INF/lib or $FESS_HOME/app/WEB-INF/env/crawler/lib, then
restart Fess. Without it the crawl fails with The JDBC driver ... is not on the crawler classpath.
Documentation
See Database Data Store for the parameters and configuration examples.