Choose an IDOL Database for Indexing
When you configured your IDOL Content component, you might have created one or more databases for indexed documents. This section explains how to configure your NiFi Ingest connectors so that documents are indexed into a specific database.
To choose an IDOL database for indexing
-
Right-click an IDOL NiFi Ingest connector, such as GetFileSystem or GetWeb, and click Configure.
The Configure Processor dialog box opens.
- Click the Properties tab.
-
Click Add
.
The Add Property dialog box opens.
-
Type
META:DREDBNAME
.DREDBNAME
is a standard IDOL document field that indicates the database to index the document into. TheMETA:
prefix instructs the processor to add this field to documents that it creates. - Set a value for the property (the name of the database to use).
- Click APPLY.
TIP: The PutIDOL processor also has a property named Default IDOL Database Name. You can set this property so that any document that does not have a DREDBNAME
document field is indexed into the specified database.