On Friday, July 10, 2015 at 5:36:48 PM UTC+5:30, Laura Creighton wrote:
> In a message of Fri, 10 Jul 2015 04:46:25 -0700,
> 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 doc
In a message of Fri, 10 Jul 2015 04:46:25 -0700, subhabrata.bane...@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 Fl
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 sligh