Norconex / collector-filesystem

Norconex Filesystem Collector is a flexible crawler for collecting, parsing, and manipulating data ranging from local hard drives to network locations into various data repositories such as search engines.
http://www.norconex.com/collectors/collector-filesystem/
21 stars 13 forks source link

Getting statistics through norconex api #44

Closed jayjamba closed 4 years ago

jayjamba commented 5 years ago

Hi,

Is there any way in api, where I can get the statistics of the total files in process, crawled etc. the one that are printed in logs.

essiembre commented 5 years ago

Yes, you can implement your own ICrawlerEventListener and you will be notified on every crawling events (have a look here for a list of events).