I wrote rest server that uses mongodb as datastore and uses lucene for search
https://sites.google.com/site/mongodbjavarestserver/home
You can try it

On Fri, May 18, 2012 at 9:44 AM, Konstantyn Smirnov <inject...@yahoo.com> wrote:
> Hi all,
>
> apologies, if this question was already asked before.
>
> If I need to store a lot of data (say, millions of documents), what would
> perform better (in terms of reads/writes/scalability etc.): Lucene with
> stored fields (Field.Store.YES) or another NoSql DB like Mongo or Couch?
>
> Does it make sense to index and store the data separately?
>
> TIA
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Performance-of-storing-data-in-Lucene-vs-other-No-SQL-Databases-tp3984704.html
> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> 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

Reply via email to