Can I use MOngoDB for JCR storing file (xml file)?

link|improve this question

75% accept rate
feedback

1 Answer

No - MongoDB does not use traditional locking which as far as I know is required for JCR. JCR also includes Full-Text Search as packaged with Lucene, whereas you can do full text search in Mongo (using multikeys) you may not have some other features of full-text search engines (stemming, ranking, etc).

At the end of the day, JCR is really mean for use with a RDBMS and also a full-text index.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.