Hi, On Tue, May 14, 2013 at 10:35 AM, Rider Carrion Cleger <rider.carr...@gmail.com> wrote: > - Can I store the lucene index in a mongodb database ?
I don't know whether it's possible, but even if it was, I would not recommend it. Lucene works best on local filesystems, and even better if the disk is an SSD. If your intention was to rely on MongoDB to scale the index, it is better to handle distribution on top of Lucene, similarly to Solr and Elasticsearch, rather than writing distributed implementations of org.apache.lucene.store.Directory. -- Adrien --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org