PutMetastore
Indexes documents into a Micro Focus ControlPoint Metastore.
Properties
Name | Default Value | Description |
---|---|---|
IDOL License Service |
An IdolLicenseServiceImpl that provides a way to communicate with an IDOL License Server. |
|
Metastore Host | The host name or IP address of the Metastore. | |
Metastore Port | The port of the Metastore. | |
SSL Config Service | An optional IdolSSLConfigServiceImpl that specifies the settings to use to index documents over SSL/TLS. | |
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. | |
Indexer Batch Size | 100 |
The maximum number of FlowFiles to accumulate before indexing documents. Indexing documents in larger batches can be more efficient; indexing smaller batches more frequently means that an individual document might spend less time in the queue. Documents might be indexed in incomplete batches if the Indexing Interval Duration is reached first. |
Indexing Interval Duration | 5 min |
The maximum amount of time to wait between indexing batches of documents. Documents might be indexed more frequently than this if the Indexer Batch Size is reached first. Waiting longer and indexing documents in larger batches can be more efficient; indexing smaller batches more frequently means that an individual document might spend less time in the queue. |
Relationships
Name | Description |
---|---|
success | FlowFiles that were indexed successfully. |
failure | FlowFiles that failed to be indexed. |