Contains two examples that both use SolrJ to index JSON documents. One example has a pre-defined schema and demonstrates how to use field mappings on the update request to transform incoming JSON documents into Solr documents. The second example use a "schemaless" approach and demonstrates how to configure Solr to add new fields on the fly, and shows how Solr handles nested fields in these situations based on where you split the incoming documents.