try:
            #For calls to bigquery, we limit the number of rows allowed in config. Max rows = 2000
            response = cls.process_solr_big_query(input_bibcodes, start=start, rows=rows)
            solr_resp = response.json()
            status = response.status_code