there is also elasticsearch (elasticsearch.org) build on top of lucene that might feel more natural if you come from mongo
simon On Wed, May 15, 2013 at 11:38 AM, Rider Carrion Cleger <rider.carr...@gmail.com> wrote: > Thanks you Hendrik, > I'm new with Apache Lucene, the problem that arises is like starting with > lucene-solr ASAP, in order to move quickly in my project. > > Do you know a guide or ejemple code about how does lucene-solr works ( > storing index in solr as you say) ? > > Kind regards, > Rider > > > > > On Wed, May 15, 2013 at 6:46 AM, Hendrik Lücke-Tieke <h...@outlook.com>wrote: > >> Hi mate, >> >> we did that (w/ lucene 3.6) and reconsidered it as "very bad idea" >> afterwards. Why? (a) out of the box, mongodb does only 16-mb files. Lucene >> files grow (much) larger than that. (b) lucene indices seem highly >> optimized to create good performance when reading them from disk. A layer >> like gridfs is likely to destroy all that handcrafted performance benefits. >> >> So you can strore it in mongodb, but there are better ways (e.g. using >> solr as store instead of mongo) >> >> Kind regards, >> Hendrik >> >> -----Ursprüngliche Nachricht----- >> Von: Rider Carrion Cleger [mailto:rider.carr...@gmail.com] >> Gesendet: Dienstag, 14. Mai 2013 10:36 >> An: java-user-i...@lucene.apache.org; java-user-...@lucene.apache.org; >> java-user@lucene.apache.org >> Betreff: lucene and mongodb >> >> Hi team, >> I'm working with apache lucene 4.2.1 and I would like to store lucene >> index in a NoSql database. >> So my questions are, >> - Can I store the lucene index in a mongodb database ? >> >> thanks you team! >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org >> For additional commands, e-mail: java-user-h...@lucene.apache.org >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org