search for: reverri

Displaying 5 results from an estimated 5 matches for "reverri".

Did you mean: overri
2007 May 02
1
MultiSearcher Results Question
If searching multiple indexes with a single searcher is there anyway to identify which index a resulting doc is stored in? i1 = Ferret::I.new i2 = Ferret::I.new i1 << {:id=>1,:text=>"random stuff"} i1.commit reader = Ferret::Index::IndexReader.new([i1.options[:dir],i2.options[:dir]]) searcher = Ferret::Index::IndexSearcher.new(reader) query =
2006 Nov 04
1
index updates
The ferret documentation reports that using the option "key" can affect performance of indexing operations. If the option "key" is used when creating a ferret index, is there a performance hit when creating a new document, or is the performance hit only for updated records? -- Posted via http://www.ruby-forum.com/.
2007 Feb 27
15
Ferret 0.11.1-rc2
Hey guys, Just released Ferret 0.11.1. Hopefully this will fix *most* of the problems people were having. Now that I know gcc hides stack overflows on Ubuntu because -fstack-protector is set, I won''t get caught by that one again. Anyone know any other gotchas I should be aware of on Ubuntu. Please try the new version and let me know if you are still having problems with it. I have until
2006 Nov 17
4
undefined method `exists?''
Anyone ever run into this error message when creating a new FieldInfos? Ferret::Index::FieldInfos.new(:store=>:no) NoMethodError: undefined method `exists?'' for {:store=>:no}:Hash -- Posted via http://www.ruby-forum.com/.
2007 Jun 14
0
Undo deletion?
Does anyone know of a method for undoing a deletion before an IndexWriter has been committed? The deletion would be done through the IndexWriter. -- Posted via http://www.ruby-forum.com/.