Document Fields for Indexing
To customize the way that documents are indexed, set the following document fields.
AUTN_NO_INDEX
Documents that have this field are not indexed. You can use this field when you want to troubleshoot the ingestion process without indexing documents.
AUTN_INDEXER_SECTIONS
A comma-separated list of sections in the CFS configuration file to use to index the document. CFS indexes the document into all of the indexes that you specify. If this field is not set, CFS indexes the document into all of the indexes specified by the configuration parameter IndexerSections
.
AUTN_INDEXPRIORITY
This field can be used to increase the priority of an index action sent to IDOL Server to index a batch of documents. You can specify a priority from 0 to 100, where 0 is the lowest priority and 100 is the highest. This means that you can configure some documents to be indexed before others, or before documents from sources other than CFS.
CAUTION: Use this field with care. Modifying the index priority for documents changes the order of the index commands processed by IDOL. For example, in the case of an ingest-replace, the add command could be processed before the delete, resulting in a loss of data. Micro Focus recommends that you configure the indexing priority for batches of documents indexed into IDOL using the IndexPriority
configuration parameter. This ensures that all of the batches indexed by CFS have the same priority.
If documents in a batch contain the field INDEXPRIORITY
, and the value of this field is greater than that specified by the IndexPriority
configuration parameter, the priority of the batch is increased to the highest INDEXPRIORITY
field value present in the batch.