weso / wdsub

Wikidata Subsetting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entity counter output shows 0

labra opened this issue · comments

When we process dumps, we are extending EntityDocumentProcessor and it seems to work and processes all items.

However, at the end of the process, it logs:

INFO  - Processed 0 entities in 0 sec

I wonder how can we inform it that the entities have been processed so it is a bit more informative.

Solved after extending the right class