There is a Django abstraction to whoosh:

http://haystacksearch.org/

On Thu, Jan 14, 2010 at 12:36 PM, Mark (Nosrednakram)
<nosrednak...@gmail.com> wrote:
> Hello,
>
> I've been using whoosh and find it very easy to implement.  Whoosh has
> good documentation on static file indexing and  django related
> documentation is available.
>
> Whoosh Specific
>  http://whoosh.ca/
>  http://files.whoosh.ca/whoosh/docs/latest/index.html
>
> Django Related
>  http://www.arnebrodowski.de/blog/add-full-text-search-to-your-django-project-with-whoosh.html
>  http://projects.django-development.com/trac/dd_devel/wiki/dd_search_wiki
>
> The last link is some code I threw together that uses multiple indexes
> so you could set one up for static files as well as for django based
> if you want/need both.  I would probably write a manager for indexing
> static media that would take an OS path and base URL to prepend to it
> and run it when needed.  If you want to try whoosh feel free to ask me
> questions.
>
> Mark
>
> On Jan 14, 4:04 am, Amit Sethi <amit.pureene...@gmail.com> wrote:
>> Hi , I have  a project with a few static html pages , I wish to search these
>> static html using a django search app . Most of the tutorials I saw are
>> focused on searching django models but none I could see concentrates on
>> indexing static html pages . Can some one guide be to a library /tutorial
>> etc for searching and indexing static pages in a project .
>>
>> --
>> A-M-I-T S|S
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
>
>
>



-- 
:wq

Atenciosamente
__________________________________________
                                                    Gabriel Falcão

Jabber: gabrielfal...@jabber-br.org
Blog: http://www.nacaolivre.org
-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to