Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #93632

Re: Combing Search Engine with REST

From Laura Creighton <lac@openend.se>
Subject Re: Combing Search Engine with REST
References <fa68a3fd-8e5d-43ce-bce3-8306e62d1fe4@googlegroups.com>
Date 2015-07-10 14:06 +0200
Newsgroups comp.lang.python
Message-ID <mailman.390.1436529994.3674.python-list@python.org> (permalink)

Show all headers | View raw


In a message of Fri, 10 Jul 2015 04:46:25 -0700, subhabrata.banerji@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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Combing Search Engine with REST subhabrata.banerji@gmail.com - 2015-07-10 04:46 -0700
  Re: Combing Search Engine with REST Laura Creighton <lac@openend.se> - 2015-07-10 14:06 +0200
    Re: Combing Search Engine with REST subhabangalore@gmail.com - 2015-07-10 08:44 -0700

csiph-web