How do I build a search engine with Ruby on Rails

I need to build a search engine like google or rollyo, can anyone help
me? Or point me in the right direction?

CreativeHeart wrote:

I need to build a search engine like google or rollyo, can anyone help
me? Or point me in the right direction?

Google for “acts_as_ferret”!


Phlip
http://c2.com/cgi/wiki?ZeekLand ← NOT a blog!!

Even better, google for “acts_as_solr” or go to
http://acts-as-solr.railsfreaks.com


Mark

Phlip wrote:

CreativeHeart wrote:

I need to build a search engine like google or rollyo, can anyone help
me? Or point me in the right direction?

Google for “acts_as_ferret”!


Phlip
http://c2.com/cgi/wiki?ZeekLand ← NOT a blog!!

Mark Mn wrote:

Even better, google for “acts_as_solr” or go tohttp://acts-as-solr.railsfreaks.com

Google for “acts_as_ferret”!

What’s the comparison?


Phlip

On Jul 10, 10:15 am, CreativeHeart [email protected] wrote:

I need to build a search engine like google or rollyo, can anyone help
me? Or point me in the right direction?

Suggestion: what are your specific issues, e.g. indexing multiple
languages, or source code, or lots of assocations in your models, or
whatever? If you ask substantive questions, you’ll get better than
vague answers.

On Jul 10, 11:26 am, Mark Mn [email protected] wrote:

Google for “acts_as_ferret”!


Phlip
http://c2.com/cgi/wiki?ZeekLand ← NOT a blog!!


Posted viahttp://www.ruby-forum.com/.

since we’re listing allthe options, people have deployed on
sphinxsearch and MySQL/postgres full text search, shouldn’t be hard to
search archives/google.

Check out apache nutch. http://lucene.apache.org/nutch/about.html

AF

Thanks!!!

Thanks!!

Thanks!