From zakay at danial.se Fri May 21 08:10:56 2010 From: zakay at danial.se (Zakay Danial) Date: Fri, 21 May 2010 14:10:56 +0200 Subject: [Ferret-talk] Ferret search engine as a daemon? Message-ID: Hello, I just found out about Ferret. I am searching for good/capable/fast search engine, but I also would want to talk to the search engine using TCP. Is there a way to run the search engine as a daemon so that it handle the request over sockets? Kind regards Zach -------------- next part -------------- An HTML attachment was scrubbed... URL: From plynchnlm at gmail.com Fri May 21 12:59:38 2010 From: plynchnlm at gmail.com (Paul Lynch) Date: Fri, 21 May 2010 12:59:38 -0400 Subject: [Ferret-talk] Ferret search engine as a daemon? In-Reply-To: References: Message-ID: I have not heard of such a feature being built-in, but it would not be difficult to code. You could just write a small ruby program that listens on a port, accepts a search string, feeds it to Ferret, formats Ferret's results, and sends back a response. On Fri, May 21, 2010 at 8:10 AM, Zakay Danial wrote: > Hello, I just found out about Ferret. I am searching for good/capable/fast > search engine, but I also would want to talk to the search engine using TCP. > Is there a way to run the search engine as a daemon so that it handle the > request over sockets? > > Kind regards > Zach > > _______________________________________________ > Ferret-talk mailing list > Ferret-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/ferret-talk > -- Paul Lynch Aquilent, Inc. National Library of Medicine (Contractor) -------------- next part -------------- An HTML attachment was scrubbed... URL: