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 <mithilbhora...@gmail.com>

> 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 algorithm to update the database as the user uses
>    it
>    3. Give suggestions for more appropriate queries based on the most
>    recent queries that other users world wide entered.
>    4. Correct queries if user makes a spelling mistake.
>
> We are a team of four under-graduates in our final year of engineering
> trying to implement this web search engine site. Being new to Django, I've
> no idea how I can achieve this. Of course, I've gone through the Django
> documentations, various tutorials on other web pages and familiarized my
> self with the basics by building simple apps like a Blog. I've a basic
> knowledge of Python and Html so problem there. But I don't know how to go
> ahead from there as I've no idea where to start. Can anyone just tell me or
> at least give me a hint of how I can make this possible? Like how do manage
> the database (I'm using SQLite3), make a form to get input query from the
> user or how do I display the search results? Thanks in advance!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/0a3daa6b-2c77-4d21-8cfa-466c2e8c86c1%40googlegroups.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACtvhK5cPUSJrZrZRJShHyP34iyu1_XfPY9L2yv5fxbKKMmZYg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to