search for: hakita

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

Did you mean: makita
2007 Aug 31
4
ferret acts_as_ferret and performance
hello, I am actually indexing thousands of 1ko text documents using ferret and acts_as_ferret, and i face performance problems. I takes me hours to index 20 000 1ko text documents. Methology used : I create and object, fulfill it with the text, and save it. So it is automaticly indexed. Is there a way to make it faster ? ( remove the auto optimize option somewhere ?) Thank you if you have any
2007 Sep 14
2
bulk_index
Hello Jens, Will bulk_index be available in ferret 0.11.5 ? -- Posted via http://www.ruby-forum.com/.
2006 Dec 18
0
Ferret best practice
...ical web application where many people add, read, and sometime delete elements. Do you always keep your index open ? or do you open and close it on every transaction ? Do you optimize your index often ? on every insert ? on every 1000 insert ? or every night ? Thanks for you feedback hakita -- Posted via http://www.ruby-forum.com/.
2007 Sep 10
1
Asked for a remote server ? nil, ENV["FERRET_USE_LOCAL_IN...
Hello, I know this subject as been talked many time, but i can not figure out how to get rid of this... ENV : ruby 1.8.4, ferret 0.11.4, acts_as_ferret 0.4.1 under win32 Error : Asked for a remote server ? nil, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server Will use local index. My application is working find, with 4 mongrels, but i got this message on
2007 May 14
3
How to make a Tag cloud with Ferret ?
Hello, I want to make a TAG CLOUD using ferret. How can i do so ? I would need to know the amount of keyword for every each words in the index. Thank you -- Posted via http://www.ruby-forum.com/.