Is MongoDB a valid alternative to relational db + lucene?
- by Hugo
Hi!
On a new project I need a hard use of lucene for a searcher implementation. This searcher will be a very important (and big) piece of the project. Is valid or convenient replacing Relational Database + Lucene with MongoDb?
Thanks.