You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I just tried to use your library to use cursors on the freebase database, as I didn't manage to do this without a library, or having to rewrite everything.
But I couldn't find a way to do it without modifying the original classes, so how should it be implemented directly?
Also, even after modifying the code, I am encountering a connection reset at some point, when trying to retrieve quite a lot of information using a cursor. Have you ever had this problem before?
Thanks for your help, and thanks for this library!
The text was updated successfully, but these errors were encountered:
You may have connection resets if the query you try to perform is (too) hungry on resources. That would be entirely server-side, though, so that the Freebase Java API cannot do anything about that. If that is the real problem, you may have to optimize your queries - or just request fewer items per page (limit clause). :)
Hi,
I just tried to use your library to use cursors on the freebase database, as I didn't manage to do this without a library, or having to rewrite everything.
But I couldn't find a way to do it without modifying the original classes, so how should it be implemented directly?
Also, even after modifying the code, I am encountering a connection reset at some point, when trying to retrieve quite a lot of information using a cursor. Have you ever had this problem before?
Thanks for your help, and thanks for this library!
The text was updated successfully, but these errors were encountered: