# File lib/fastri/full_text_index.rb, line 23
    def context(size)
      @searcher.fetch_data(@index, 2*size+1, -size)
    end