• RSS
  • Delicious
  • Digg
  • Facebook
  • Twitter
  • Linkedin
  • Youtube

Presented faceted search using ultrasphinx

The first ruby funday held on 22nd Nov 2008 in New Delhi, India. I presented on faceted search using ultrasphinx. I also gave a live demo there. Here are the slides:

You can ask me if you have any doubt.

6 Responses so far.

  1. anrake says:

    Hi, Fantastic presentation! Can you recommend any other sites, articles, etc for using Sphinx + faceted search on Rails? I’ve been using acts_as_solr for about 1.5 yrs but Solr is causing some problems on my server. Besides it seems like the development of it is dead so I’m thinking of replacing it with Sphinx.

  2. Akhil Bansal says:

    Ultrasphinx is also out of development now, just in favor of thinking sphinx.

    You can try thinking sphinx.

  3. anrake says:

    Thanks for the tip. Are there any good guides to using filters/facets and thinking sphinx?

  4. @anrake: Solr is anything but dead… check the commits list: http://mail-archives.apache.org/mod_mbox/lucene-solr-commits/

    If you have any problems with Solr check the solr-user mailing list.

  5. [...] Using Rails UltraSphinx for Faceted search [...]

  6. Alex Ksikes says:

    You can also try fSphinx:

    https://github.com/alexksikes/fSphinx


Github2S3: Backup Github Repositori...

Cross Posted from http://vinsol.com/blog Who doesn't know GitHub now a days, ...

Edge Rails: Time#current...

Returns Time.zone.now when config.time_zone is set, otherwise just returns Time.now

Edge Rails: Array#random_element...

Array#rand is deprecated in favor of Array#random_element and will be ...

Edge Rails Updates...

New edge rails deprecations: Time#last_year is deprecated in favor of Time#prev_year Time#last_month ...

Download recursive directories with...

Using ftp to download multiple files using 'mget' command is ...

Edge Rails: Time#current...

Returns Time.zone.now when config.time_zone is set, otherwise just returns Time.now

Edge Rails: Array#random_element...

Array#rand is deprecated in favor of Array#random_element and will be ...

Edge Rails Updates...

New edge rails deprecations: Time#last_year is deprecated in favor of Time#prev_year Time#last_month ...

uninitialized constant ActionMailer...

Just a quick note, If you are getting "uninitialized constant ...

11 Things to Consider Before Deploy...

Cross Posted from http://vinsol.com/blog At VinSol, we have been ...