search for: ioffer

Displaying 4 results from an estimated 4 matches for "ioffer".

Did you mean: offer
2007 Feb 02
0
Error: uninitialized constant LockError
...4:in `ensure_reader_open'' /usr/lib/ruby/gems/1.8/gems/ferret-0.10.13/lib/ferret/index.rb:383:in `[]'' /usr/lib/ruby/1.8/monitor.rb:229:in `synchronize'' /usr/lib/ruby/gems/1.8/gems/ferret-0.10.13/lib/ferret/index.rb:382:in `[]'' /var/ruby/ioffer.com/app/current/app/models/item.rb:878:in `convert_search_hits_to_items'' /var/ruby/ioffer.com/app/current/app/models/item.rb:877:in `convert_search_hits_to_items'' /var/ruby/ioffer.com/app/current/app/controllers/search_controller.rb:221:in `list'' /u...
2006 Oct 11
6
Indexing problem 10.9/10.10
Sorry if this is a repost- I wasn''t sure if the www.ruby-forum.com list works for postings. I''ve been having trouble with indexing a large amount of documents(2.4M). Essentially, I have one process that is following the tutorial dumping documents to an index stored on the file system. If I open the index with another process, and run the size() method it is stuck at a number
2006 Oct 03
8
Ferret install, rake failing on make
I''m currently trying to install the latest version of Ferret (0.10.9) on my Ubuntu Dapper (6.06) system. I have tried the gem, but it does not generate the ferret_ext.so file. Ideally I would prefer to install from the gem, but if source works, I''m fine with that too. I am now trying an install from source, but when I run the command ''$ rake ext'' I get the
2006 Oct 16
1
Setting the boost field after indexing
I was wondering about the potential impact of setting the boost field for an index after the index has been created and optimized. I know that some field_info settings can''t really be modified, such as :store or :tokenize, as they really apply when you are indexing, but is boost? If boost is only used for searching, can it be modified dynamically when searching? Thanks for any