-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SemanticMediaWikiImporter.php not ending when all data is exported #4
Comments
Yes, that's pretty bad - it looks like Special:Ask simply ignores values of "offset" higher than 5000. I don't know if there's any easy way to fix that. If not, you could always use the standard MediaWiki importer, as sad as that sounds... |
Oi... from SMW_QueryProcessor.php (line 611)
So, yeah. :-( |
There is an existing bugzilla issue on this. |
Thanks for the good detective work! I updated the docs accordingly. |
Now that issue #1 is closed I reran the importer to generate data. It should have stopped with 21,516 rows (http://wikinosh.com/wiki/Category:Food) but the file went to 22,900 rows and then I CTRL-C'd the task.
http://wikinosh.com/miga/apps/wikinosh/Food.csv
Looking at the contents of that file, it seems to not be entirely sequential. Actually, doing a
on that CSV shows the same data over and over. Ugh. Not sure what is causing this issue, it's likely some SMW issue. The net result is that the importer never stops and runs forever.
If you want to test yourself, this is my import settings:
The text was updated successfully, but these errors were encountered: