Evan Weaver on 19 Sep 2007 19:45:47 -0000 |
For what it's worth, the Campfire search is using Porter2 stemming, which Sphinx uses. You can tell because "business" returns results for "busy". However, it doesn't support boolean operators, which I think rules out a default Solr install, but is possible with acts_as_sphinx. Ultrasphinx uses extended mode exclusively which supports operators. Dunno how Ferret responds to these situations. Evan the campfire search doesn't support boolean operators. That would On 9/19/07, Colin A. Bartlett <phillyonrails@colinabartlett.com> wrote: > Steve Eichert wrote: > > It'd also be interesting to know what the 10 times slower option they > > used to be using is. My guess is they moved from a database related > > search to something built on top of some flavor of Lucene. > Maybe they were doing the old "select * from whatevers where whatever > like something". Which, of course, is slow as mollasses. And perhaps > they switched to something indexed like Ferret. > > But it's hard to believe they would ever have been using something > archaic like a DB search. > > -- > Colin A. Bartlett > Kinetic Web Solutions > http://blog.kineticweb.com > > _______________________________________________ > To unsubscribe or change your settings, visit: > http://lists.phillyonrails.org/mailman/listinfo/talk > -- Evan Weaver Cloudburst, LLC _______________________________________________ To unsubscribe or change your settings, visit: http://lists.phillyonrails.org/mailman/listinfo/talk
|
|