# File /data/home/olly/tmp/xapian-svn-snapshot/tags/1.0.5/xapian/xapian-bindings/ruby/docs/../xapian.rb, line 236
    def postlist(term)
      Xapian._safelyIterate(self._dangerous_postlist_begin(term), 
                            self._dangerous_postlist_end(term)) { |item|
        Xapian::Posting.new(item.docid, item.doclength, item.wdf)
      }      
    end