Database connection

(from github.com/marevol)
I think you mixed the following:

  1. Store Fess configuration into DB
  2. Crawl data in DB and then store them into Fess index

For 1, old Fess (1.x-9x) saved configuration to DB, and the schema is fess.dll. Old Fess is EOLed. Fess 10.x- does not use DB to store configurations.

2 is Data Store Crawling.

(from iny (Ida Sörndal) · GitHub)

Crawl data in DB and then store them into Fess index

Can I add scanned data to the DB?

Crawl data in DB and then store them into Fess index

I want to do the opposite.

For 1, old Fess (1.x-9x) saved configuration to DB, and the schema is fess.dll. Old Fess is EOLed. Fess 10.x- does not use DB to store configurations.

Will future versions include saving to the database? Or can it be made editable by people.

(from github.com/marevol)
All data are in elasticsearch.
You can get them from elasticsearch, and then feel free to use them…

(from github.com/iny)
Thank you very much, When I do, I share the details here. @marevol @josempolm