refactoring

  • Refactoring complex methods in Ruby

    We use Apache Solr to handle search queries. If you haven't used Solr before, the principle is that Solr maintains a index of all of our searchable data. We can then retrieve a list of records matching a search query by requesting a url from the Solr server. In its most basic form, the url looks…

Browse all tags