# File lib/data_table.rb, line 56
  def docid
    @docid ||= location.reverse.match('[^/]+')[0].reverse
  end