- Shouldn't the secretariat update the documentation to say the
limit is 200.000 instead of 1.000.000 ?
Yes
- Is there a plan to incrementally remove/lessen this limitation
? 200K is quite a limit compared to the 500M+ total records
available.
Not until the Lucene committers fix their deep paging issues. This is a common problem in Lucene and you’ll find similar limitations on the likes of Google search results paging etc.
Paging over more than 200k records is not all that sensible in general though, when a far more efficient mechanism exists with the download API.
Cheers,
Tim
Le 12/02/15 20:20, Markus Döring a
écrit :
Hi Nico,
see anserws inline below.
Makrus
I'm having some doubts about how the
hard limits work when using the occurrence search API.
I think this is a documentation/error message issue
rather than a technical one:
Here is what the doc says:
- max value for "limit" = 300
- max total records = 1.000.000 (does that means limit
* offset?)
no, it means offset + limit
and like you discovered below the limit is actually at
200.000 not 1 million
the offset is not in pages but absolute records. So you
actually are looking at records 3335 to 3634
I believe we have not updated the docs and the 1 million limit
actually is 200.000 which you can see here in your example!
_______________________________________________
API-users mailing list
API-users@lists.gbif.org
http://lists.gbif.org/mailman/listinfo/api-users