weso / wdsub

Wikidata Subsetting
MIT License
15 stars 5 forks source link

Entity counter output shows 0 #5

Closed labra closed 3 years ago

labra commented 3 years ago

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.

labra commented 3 years ago

Solved after extending the right class