1. Yes, and 2. Yes. :)

Solr's adding more NoSQL-like features for 4.0, but in the meantime,
you're better off storing documents with a complex schema in a
document store and using Solr for findability. Basically the schema
for a document in Solr/Lucene is flat (although it can contain
arbitrarily-named fields), so your document will require some sort of
transformation for indexing.

Michael Della Bitta

------------------------------------------------
Appinions, Inc. -- Where Influence Isn’t a Game.
http://www.appinions.com


On Tue, May 29, 2012 at 2:20 PM, rjain15 <rjai...@gmail.com> wrote:
> Hi Jack
>
> Thanks for the information. I do have multi-level nesting of JSON data.
>
> So back to my questions, apologize for repeating...
>
> 1. Should I use MongoDB to store the JSON documents, or does Solr natively
> store the documents in the data directory
>
> 2. Does Solr require a specific schema for the JSON document.
>
> Thanks
> Rajesh
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/MongoDB-and-Solr-tp3986637p3986662.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to