Message from discussion
sphinx vs ferret
Received: by 10.141.34.12 with SMTP id m12mr5812896rvj.0.1199464021051;
Fri, 04 Jan 2008 08:27:01 -0800 (PST)
Return-Path: <vinc...@gmail.com>
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229])
by mx.google.com with ESMTP id x35si19750071nzg.2.2008.01.04.08.27.00;
Fri, 04 Jan 2008 08:27:01 -0800 (PST)
Received-SPF: pass (google.com: domain of vinc...@gmail.com designates 66.249.82.229 as permitted sender) client-ip=66.249.82.229;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of vinc...@gmail.com designates 66.249.82.229 as permitted sender) smtp.mail=vinc...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by wx-out-0506.google.com with SMTP id r21so1814664wxc.28
for <rubyonrails-deployment@googlegroups.com>; Fri, 04 Jan 2008 08:27:00 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
bh=NvVe7vby/2KYmNa4QgT7l2BH6YlMjR9qzzBYv56ArJo=;
b=RBbRmR4H+q7OuqTQ97EsFXapfRnE71tHNPcpPf+iRjtvTfIS+gfmjbXE/gNHbq0Kwhj8RD4j9LCcMBctgi9H0m+TahBXkXm8ZKhZfYI2/Zmu+yqY6Bs6G8+gn+7rZRTeNsos3GLinpejjNfViwaoBU0ghxQ3oO9iHaK1rdG3RjI=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
b=VBC5/2+8tcYBOXcq2DazDSiMpXBKaYc+YlEMk/jBBMkvdrp6mNhK/f2BYyo6LaOnU9wBvIlpljPCHmuA930z6j7Sj/7naTsOlMR0XfHPe8kYl0JrKi6nsQPjwgKmzc5px67ptnju9yYtCJY6h7MTYo24K2JBpsfrx+FWaRQOZwE=
Received: by 10.142.241.10 with SMTP id o10mr5232757wfh.155.1199464019685;
Fri, 04 Jan 2008 08:26:59 -0800 (PST)
Received: by 10.142.108.10 with HTTP; Fri, 4 Jan 2008 08:26:59 -0800 (PST)
Message-ID: <a205f2880801040826g5722fd8dxcdf1d4a34227fa44@mail.gmail.com>
Date: Fri, 4 Jan 2008 11:26:59 -0500
From: "Vince Wadhwani" <vinc...@gmail.com>
To: rubyonrails-deployment@googlegroups.com
Subject: sphinx vs ferret
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
I've got a smallish site with not a ton of data at the moment.. but
all that could change at some point so I'd like to plan with that in
mind. Currently I'm deployed on an nginx/mongrel stack that works
quite well. My site uses Ferret for search and it's ok.. the big
problem is that some terms don't show up as expected.. especially if
there are apostrophes, plurals, etc involved.
I've got two choices that I see... pony up the O'reilly mini-pdf and
tweak ferret settings or scrap ferret and go with Sphinx (and hope it
handles cases like this better). I'm not sure how much time the
latter would take me but, assuming that I'm going to spend somewhere
around 40 hours anyway, which route would you all recommend?
Thanks for your time,
Vince