https://github.com/bugroger/mongo_bm25
Example project for realizing the BM25 algorithm in Java and MongoDB
https://github.com/bugroger/mongo_bm25
Last synced: about 1 month ago
JSON representation
Example project for realizing the BM25 algorithm in Java and MongoDB
- Host: GitHub
- URL: https://github.com/bugroger/mongo_bm25
- Owner: BugRoger
- Created: 2011-02-27T23:44:31.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-04T15:08:37.000Z (over 15 years ago)
- Last Synced: 2025-02-22T10:13:46.739Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 40.9 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
1. import the sample data
mongoimport -d mongosearch -c statuses --file data/statuses.dump
2. Run Status Indexer
3. Run MongoSearch... Profit!