# File lib/chef/expander/solrizer.rb, line 243
      def completed
        @solr_post_time = Time.now.to_f - @start_time
        self.class.http_request_completed(self)
        @on_completion_block.call
      end