Documentation Index
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
Compatible with Fusion version: 4.0.0 through 4.2.6
Deprecation and removal noticeThis connector is deprecated as of Fusion 4.2 and is removed or expected to be removed as of Fusion 5.0. Use the Solr V1 connector instead.For more information about deprecations and removals, including possible alternatives, see Deprecations and Removals.
<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.