Displaying 1 result from an estimated 1 matches for "fooindex".
Did you mean:
ooindex
2007 Mar 13
2
index returns all results for specific queries
...cuments. It
*seems* to be somehow related to the document format I''m using.
I wrote a small script to replicate it:
################
#!/usr/bin/ruby
require ''rubygems''
require ''ferret''
include Ferret
index = Index::Index.new(:path => ''/tmp/fooindex'', :key => :id)
# dummy data
index << {:visibility=>"private", :type=>"media", :title=>"example
title", :owner=>"user/3003", :author=>"user/3003",
:description=>"description example", :id=>"user/...