search for: index_options

Displaying 1 result from an estimated 1 matches for "index_options".

2006 Oct 11
0
Memory allocation bug with index.search
...'type:hardware'', :limit => :all).to_s WORKS. So i guess there''s a problem in result memory allocation, i don''t know what i could add to help you, i''m trying to reproduce it in a little code... Ah, just another detail, this is how our index is created : INDEX_OPTIONS = { :path => path, :auto_flush => false, :max_buffer_memory => 0x4000000, :max_buffered_docs => 100000, :use_compound_file => false} INDEX = Ferret::Index::Index.new(INDEX_OPTIONS) but i tried without any max_* and it''s the same... T...