ConvertIDXToDocuments
The ConvertIDXToDocuments processor automatically detects any FlowFile that represents an IDX file, and produces FlowFiles that represent individual Knowledge Discovery documents.
TIP: If you are using a File System Connector to retrieve IDX files, configure the connector with ParseIDX=FALSE.
Properties
| Name | Default Value | Description |
|---|---|---|
| IDOL License Service |
An IdolLicenseServiceImpl that provides a way to communicate with a Knowledge Discovery License Server. |
|
| Document Registry Service | A DocumentRegistryServiceImpl controller service that manages and updates a document registry database. This ensures that documents are indexed in the correct order. | |
| Commit Batch Size | 100 | The processor outputs documents in batches to limit memory use and allow subsequent tasks to begin processing the documents sooner. This property specifies the maximum batch size. |
Relationships
| Name | Description |
|---|---|
| extracted | New FlowFiles for individual documents that were extracted from an IDX file. |
| failure | Original FlowFiles that represent an IDX file but from which there were IDX parsing errors. |
| processed | Original FlowFiles that represent an IDX file and were parsed successfully. Original FlowFiles are routed to this relationship when they contain valid documents in IDX format. |
| unprocessed | Original FlowFiles that do not represent an IDX file. |