Code Repositories

Find and share code repositories
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!
Labels (1)
avatar
Repo Description

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.

Repo Info
Github Repo URL https://github.com/bbende/solrj-custom-json-update
Github account name bbende
Repo name solrj-custom-json-update
3,937 Views
Comments
avatar

Great example. Saved me a lot of time 🙂 Thanks.