file crawling directory

(from github.com/heathmark012)
Hello @marevol. I want to retrieve the crawl directories of fess and use it for my application.

Crawl Directory Question

I want to ask. From the crawling configuration, is there a way to dynamically get the list of crawling directories of fess? If yes, could the list of crawling directories be stored on a file?

(from github.com/marevol)
No.

(from github.com/heathmark012)
Ok thanks @marevol

(from github.com/heathmark012)
Btw @marevol would there be any other way to retrieve the crawling paths?

(from github.com/marevol)
need more info…

(from github.com/heathmark012)
I have an application that would need the directories crawled by FESS.
Below is a sample Crawling Configuration I have in FESS.

For my application, I would need to know all directories that are being crawled by FESS.

For this, I want to ask the following:

  1. Could there be a physical file within FESS that I can refer to in order to know the directories crawled by FESS?
  2. If the list of crawling directories is not stored on a file, is there any other way to know the directories crawled by FESS without manually checking the File Crawlers one by one?
  3. Also, is there a possibility that the list of crawling directories is stored on a temporary directory?

(from github.com/marevol)
Did you check fess-crawler.log?
Data is in an index in elasticsearch.

(from github.com/heathmark012)
Thanks