[Rails] Some questions about Ferret

Roberto Saccon rsaccon at gmail.com
Wed Apr 19 01:20:43 GMT 2006


If you have more than one machine, you should also consider
http://hyperestraier.sourceforge.net/, which is written in C, but has
ruby-bindings and search is accessible via http and it has a rails plugin

On 4/18/06, Carl Lerche <carl.lerche at verizon.net> wrote:
>
> Hello,
>
> I'm trying to implement a search feature in a project I'm working on.
> Here is the gist of it. The project is basically a classified site
> which allows people to post a classified ad in a category and specify
> the zip code. I would like to let people search classifieds that are
> local to them (defined as within 15 miles of their zip). So, would it
> be possible to use Ferret to provide searching of the classifieds on
> a local basis? Before, with mysql fulltext search I could do a join
> between the zip table and the classifieds table, but I found the
> results to not be great.
>
> Also, it seems that ferret stores the index file locally. What
> happens if I add extra web servers and use load balancing? What
> happens to the index in this case?
>
> Thanks,
> Carl
> _______________________________________________
> Rails mailing list
> Rails at lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>



--
Roberto Saccon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060419/cc38eed3/attachment.html


More information about the Rails mailing list