search for: v_o_2

Displaying 2 results from an estimated 2 matches for "v_o_2".

Did you mean: v_6_2
2006 Aug 07
0
image uploads not working with lighttpd
..."mod_evasive" ) server.max-request-size = 100000 $HTTP["useragent"] =~ "^(.*MSIE.*)|(.*AppleWebKit.*)$" { server.max-keep-alive-requests = 0 } # new way. include as many sockets as you want. I use 5. fastcgi.server = (".fcgi" => ( "V_O_2" => ( "min-procs" => 1, "max-procs" => 5, "socket" => "/tmp/V_O_2.fastcgi", "bin-path" => "/home/ghost/user/V_O_2/public/dispatch.fastcgi" ) )) ## a static document-root, for virtual-hosting take look...
2006 Sep 07
7
counting occurences of words in the result set
Hello, I need to be able to count the occurences of certain terms in the reults. Currently my setup is Ferret 0.10.1 aaf bleeding edge. results = VoObject.find_by_contents(query,:offset=>page, :limit=> 20,:sort => sort_fields) I use results.total_hits for pagination. This all works really nicely. However i need to be able to know how many occurences of certain predefined terms occur