I have a Rails application where I need to search. Every time an update happens to something I need to update the index for the changed and related document. As I currently have to run on Windows (and therefore can't use the native extension) it is quite slow to index sometimes and the user have to wait a couple of seconds for the save operation to return.
A thought is to put this outside the Rails application in an external service that is called through Drb. Is it possible to index with one application and use the index with another at the same time? Regards, Marcus -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

