freelawproject / courtlistener

A fully-searchable and accessible archive of court data including growing repositories of opinions, oral arguments, judges, judicial financial records, and federal filings.
https://www.courtlistener.com
Other
501 stars 138 forks source link

indiana court data missing? #3235

Open legaltextai opened 9 months ago

legaltextai commented 9 months ago

when i query the dockets table for ind + indctapp:

create table sd_ind as
select * from search_docket
where court_id IN ('ind', 'indctapp');

i get 64k.

api query on dockets for ind is 49k, and for indctapp - 69k.

mismatch between api and bulk data?

mlissner commented 9 months ago

It could be that we've added that many cases since the last export. We're doing a lot of data work right now. No ideas other than that.