Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #93629 > unrolled thread
| Started by | subhabrata.banerji@gmail.com |
|---|---|
| First post | 2015-07-10 04:46 -0700 |
| Last post | 2015-07-10 08:44 -0700 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
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
| From | subhabrata.banerji@gmail.com |
|---|---|
| Date | 2015-07-10 04:46 -0700 |
| Subject | Combing Search Engine with REST |
| Message-ID | <fa68a3fd-8e5d-43ce-bce3-8306e62d1fe4@googlegroups.com> |
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.
[toc] | [next] | [standalone]
| From | Laura Creighton <lac@openend.se> |
|---|---|
| Date | 2015-07-10 14:06 +0200 |
| Message-ID | <mailman.390.1436529994.3674.python-list@python.org> |
| In reply to | #93629 |
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
[toc] | [prev] | [next] | [standalone]
| From | subhabangalore@gmail.com |
|---|---|
| Date | 2015-07-10 08:44 -0700 |
| Message-ID | <3dc4e882-e5fd-4773-a0eb-849639d73f41@googlegroups.com> |
| In reply to | #93632 |
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 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 Hi, Thanks. But documentation is very low. Both whoosh and Flask are well documented. Regards, Subhabrata.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web