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: about 1 month 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!