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
550 stars 151 forks source link

Remove dead branches that used to run Solr code #4727

Open mlissner opened 9 hours ago

mlissner commented 9 hours ago

When you place a query as a user or into the API, it eventually hits a waffle to branch it into either Solr or Elastic. This coming week we're going to be making it so all of these queries go to Elastic, so we can begin removing the dead branches and code after that.

We'll want to begin by investigating all the places these exist, then we can think about what actions to take. I think mostly we'll just nuke this stuff, but I'm not entirely sure what we'll find when we start digging in.