We are implementing a product review site using Ruby on Rails.
Search is a core component of the user experience. We need to make searches fast and relevant.
Should we use Lucene or another open source search layer? Should we use Google's search API and index against only our site? Or should we develop proprietary search functionality?
Thanks!