Thank you Adrien.
I did not think about index's scalability but a safe place to store them
(like a SGBD relation... or NoSql).
So, can I have for sure scalability and safety with a  distribution on top
of Lucene like Solr ?



On Tue, May 14, 2013 at 11:08 AM, Adrien Grand <jpou...@gmail.com> wrote:

> 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
>
>

Reply via email to