https://github.com/hmarr/mongosearch
A proof-of-concept full-text search engine using MongoDB
https://github.com/hmarr/mongosearch
Last synced: about 1 year ago
JSON representation
A proof-of-concept full-text search engine using MongoDB
- Host: GitHub
- URL: https://github.com/hmarr/mongosearch
- Owner: hmarr
- License: mit
- Created: 2010-03-18T17:56:25.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-03-18T17:57:18.000Z (over 16 years ago)
- Last Synced: 2025-04-30T10:12:19.438Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 304 KB
- Stars: 59
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
===========
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)