python - Library for searching through mysql or pgsql? -


i know of whoosh, doesn't work on sql such mysql , postgresql.

any library search on any, or both, python?

it recommended use standard python bindings mysql , postgreasql fetch data out of database , index these in format need.

both these databases support full text search (a functionality provided whoosh) natively - i.e. wont need 3rd party libraries full text search within mysql or postgresql. hence use sql facilities within these databases full text search within db environment

also, may aware - full text search engines index data efficient search , retrieval. never crawl file systems or data stores on own - means have write own file system crawler or database crawler extract data files / tables , store them within search schema defined using whoosh.

i recommend taking @ pylucene python port of lucene powerful text search engine. of course, remember appears setting pylucene bit involved , never tried within projects.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -