Skip to main content

Collector

This configuration tab contains the classification engine settings. Each option has an associated information popup (the “i” symbol next to the option name) which describes what the setting does and how it works.

core_collector

OptionDescriptionComment
General settings
Max Document SizeSets the maximum size of the document to be processed.Documents exceeding this size will typically be excluded from processing.
Collect Metadata of Excluded ItemsWhen enabled, the Netwrix Data Classification services will include the document, but from a metadata standpoint only (no text will be extracted from the file).Used in combination with the "Max Document Size" value. Inactive by default.
Collector ThreadsThe number of overall background threads to be used by the Collector to access content from the source system.Each thread can be considered a "user" when considering load on the source system. See the Knowledge Base article on thread tuning.
Collector Domain ThreadsThe number of threads to be used by the Collector to access content from each HTTP domain. (Examples: netwrix.com, google.com, microsoft.com, etc.) The number will be automatically capped by the "Collector Threads" value.Applies to HTTP source types only. Each thread can be considered a "user" when considering load on the source system. See the Knowledge Base article on thread tuning.
Collector File ThreadsThe number of threads used to crawl file system content.See the Knowledge Base article on thread tuning for details on adjusting file thread counts.
Process Document ImagesIf enabled, images will be extracted from supported documents (Office XML files and PDFs). These images will be then collected, and any text found will be included (with the document text) for classification.For this setting to be applied, OCR must also be enabled at a content type level — to ensure that the extracted images are run through the OCR engine. This setting is inactive by default.
Maximum Images per DocumentMaximum amount of images to process through OCR on a per document basis.
Minimum Image Resolution WidthMinimum resolution (in pixels) of images to process through OCR.
Minimum Image Resolution HeightMinimum resolution (in pixels) of images to process through OCR.
Document Set ModeSpecifies how SharePoint document sets will be treated. Possible options:
  • Process as Folder — Classifications will only be written to the child items.
  • Process Set and Children— Classifications will be written to both the root item and individual children.
  • Process Set as Document (default) — Classifications will only be written to the root item.
Applies to SharePoint documents.
Duplicate Detection ScopeInstructs to exclude detected duplicates from processing within the specified scope: Global, Source, Source GroupApplies to File and web sources.
Advanced settings
Collector User AgentIs used by Collector service as part of each web request made when crawling HTTP sources — to identify itself to the crawled systems.
Encrypt Text (text.cse)Encrypts all data stored in text.cse (raw document extracts).Inactive by default. If data already exists in the index, then to enable encryption on that existing data, you should perform re-collection. For that, click Run Cleaner button on the right.
Optimize Text StorageReduces storage requirements for stored text.Enabled by default. At each re-crawl or re-index the program tries to detect whether the document text has changed.
Re-use Text OffsetsReduces storage requirements for stored text by sharing and reusing the stored text.May slightly increase the demand on the NDC database while processing each de-duplication command.
Collector DelayThe sleep time (in milliseconds) between intensive operations, such as storing crawled text. Default is 1 ms.
Collector PollingThe sleep time (in seconds) between Collector batches.Only used when the Collector queue is empty.
iFilter Processing ModeSpecify where the iFilter processing will run. Possible options: Process as Sub Process — run in a separate process Process Internally — run within Collector process
Collector Reader Process Pool SizeThe number of external processes that will be used for iFilter conversion.Each additional process increases the load on the Netwrix Data Classification server. Netwrix recommends leaving this setting on its default value. See the Knowledge Base article on thread tuning for further details.