Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-04T15:08:37.000Z (almost 14 years ago)
- Last Synced: 2024-11-09T03:56:31.895Z (2 months 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.dump2. Run Status Indexer
3. Run MongoSearch... Profit!