Skip to content

hmarr/mongosearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoSearch

About

MongoSearch is a very basic full-text search engine that uses MongoDB. It is more of a proof-of-concept than anything else, and should certainly not be seen as a proper alternative to "real" search engines such as Solr and Lucene.

Dependencies

  • PyMongo
  • MongoEngine (>=0.3)
  • PyStemmer
  • lxml
  • feedparser (for running the example)

About

A proof-of-concept full-text search engine using MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages