datadavev / DwC_views

Implements viewers for Darwin Core record repositories
1 stars 0 forks source link

Evaluate SOLR limitations to the number of records being returned #40

Closed datadavev closed 13 years ago

datadavev commented 13 years ago

There appears to be a cap on the number of records being returned to the javascript client. This could be occurring at SOLR or at the gateway.

This task is to evaluate the SOLR service to determine if there's any limitation there on the numer of records being returned.

datadavev commented 13 years ago

Tested up to 100,000 document retrieval from SOLR per request and it seems to work fine. So the limitation is not at the SOLR service.