Combing Search Engine with REST

Laura Creighton lac at openend.se
Fri Jul 10 08:06:23 EDT 2015


In a message of Fri, 10 Jul 2015 04:46:25 -0700, subhabrata.banerji at gmail.com
 writes:
>Dear Group,
>
>I am trying to make a search engine. I used Whoosh to do it. 
>I want to add documents to it. This is going fine. 
>Now, I want to add documents in the index with REST framework.
>I could learn Flask well. 
>My task is to use Flask to add documents (by using put/post) to index. 
>I am slightly confused how may I do it.
>
>If any one of esteemed members of the group may suggest.
>
>Regards,
>Subhabrata Banerjee. 

I suggest you look at
https://pythonhosted.org/Flask-WhooshAlchemy/
and see if it does what you want.

Laura



More information about the Python-list mailing list