How should I do full-text searching on App Engine?

淺唱寂寞╮ 提交于 2019-12-09 10:53:28

问题


What should I do for fast, full-text searching on App Engine with as little work as possible (and as little Java — I’m doing Python.)?


回答1:


I have used Whoosh with appengine in one of my recent project and it seems to work fine. Have a look at https://github.com/tallstreet/Whoosh-AppEngine




回答2:


GAE has announced plans to offer full-text searching natively in the Datastore soon.



来源:https://stackoverflow.com/questions/4130813/how-should-i-do-full-text-searching-on-app-engine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!