Re: Implementation of a Search Engine. How??

2013-10-09 Thread Kelvin Wong
Look up Solr because it does everything you want. You can crawl with Nutch. Django can be used as a front end to that. http://en.wikipedia.org/wiki/Apache_Solr K On Wednesday, October 9, 2013 11:57:25 AM UTC-7, Mithil Bhoras wrote: > > Hello, I am a newbie in Django. I am required to do a proj

Re: Implementation of a Search Engine. How??

2013-10-09 Thread Patrick Müssig
Hi, maybe is http://yacy.net/ what are you looking for. You can use Yacy as Searchengine and fetch over the yacy API the data. Yacy has also a good crawler to crawling webpages and indexing this pages. greetz Patrick Müssig 2013/10/9 Mithil Bhoras > Hello, I am a newbie in Django. I am requir

Implementation of a Search Engine. How??

2013-10-09 Thread Mithil Bhoras
Hello, I am a newbie in Django. I am required to do a project in Python and I've chosen Django as the Web Framework. My project is a 'Smart' Search Engine that retrieves results most relevant to user's query. This website will: 1. Index all the web pages available 2. Use Page Ranking algo