This article describes features or functionality that are only compatible with Fusion 4.x.
<add>
tag in order for the documents to be added to the Fusion index.
The SolrXML Format
As described in the Solr Reference Guide section on using Solr’s updateHandlers, an XML document formatted for Solr must conform to a very specific structure. There are three general elements that are used:<add>
introduces one or more documents to be added to the index.<doc>
introduces the fields that make up a single document.<field>
defines the content for each field of the document.