Close
dtSearch Engine API for .NET Framework 2.x-4.x 2023.02
IndexInfo::FileCountNotDocCount Data Member

The total number of files added to this index (including files indexed multiple times).

public UInt64 FileCountNotDocCount;

The difference between fileCountNotDocCount and docCount is in the way containers are handled. fileCountNotDocCount counts each container such as a ZIP as one file, while docCount counts the number of items in a container such as a ZIP file. fileCountNotDocCount is supported only in indexes created with dtSearch versions 7.96 and later.