Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!