How can I dive into windows shortcut(folder) while constructing index.

(from github.com/amsiat2)
I am using Fess-12.3.2. I set the Fess to crawl on fileserver(my pc). I have one shortcut in the target folder. After index construction, I checked fess-crawler.log and confirmed that the target folder was crawled.(as shown below.)

2018-10-14 07:07:32,802 [Crawler-20181014070625-1-1] INFO Crawling URL: file:/e:/%E3%82%B9%E3%82%AD%E3%83%A3%E3%83%B3%E3%83%87%E3%83%BC%E3%82%BF/short.lnk

But no index was constructed. I confirmed that number of docs was 0 shown on dashbord.
How can I get index.

(from github.com/marevol)
What is your file crawling config?

(from github.com/amsiat2)
My config is like this.

(from github.com/marevol)
Did you logout from admin?

(from github.com/amsiat2)
No. I usually stay login as admin to excute image/“start now” in the job scheduler page.
I tried “logout from admin” and use “47 18 15 * *” as “schedule”, but there was no change in the situation.

(from github.com/marevol)
You can check docs in Admin Search page.
*:* is match_all query.

(from github.com/amsiat2)
I examed : and got a reply like below.
I expected that file contained in the my_document are listed.
default

(from github.com/marevol)
Windows shortcut is just a file…

(from github.com/amsiat2)
I understand. Thank you.