When parsing CSV files, consider using the CSV parser, which provides more options than the Solr Update Parser. All CSV files are treated the same in terms of structure and schema.
https://EXAMPLE_COMPANY.lucidworks.cloud/apps/solr-dist/example/exampledocs/
directory contains many of these “update” format documents. Managed Fusion also ships with a https://EXAMPLE_COMPANY.lucidworks.cloud/apps/solr-dist/bin/post
utility which is used to index documents from the file system. However, the post
utility has no way of integrating with Managed Fusion; its output is sent directly to Solr.
Replace
EXAMPLE_COMPANY
with the name provided by your Lucidworks representative.When entering configuration values in the UI, use unescaped characters, such as
\t
for the tab character. When entering configuration values in the API, use escaped characters, such as \\t
for the tab character.