~ubuntu-branches/ubuntu/wily/ruby-ferret/wily

« back to all changes in this revision

Viewing changes to ext/r_index.c

  • Committer: Package Import Robot
  • Author(s): Antonio Terceiro
  • Date: 2015-07-14 18:35:31 UTC
  • mfrom: (5.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20150714183531-okjmfqzm4oze05ap
Tags: 0.11.8.6-1
* New upstream release
  - ported to ruby2.2
* debian/copyright: add Files-Excluded to remove embedded copy of bzlib
* debian/rules: stop removing embedded copy fo bzlib which won't exist
  anymore (Closes: #743909)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2937
2937
 *    te = index_reader.terms(:content)
2938
2938
 *
2939
2939
 *    while te.next?
2940
 
 *      puts "#{te.term} occured in #{te.doc_freq} documents in the index"
 
2940
 *      puts "#{te.term} occurred in #{te.doc_freq} documents in the index"
2941
2941
 *    end
2942
2942
 */
2943
2943
static void