The total number of files added to this index (including files indexed multiple times).
C#
public UInt64 FileCountNotDocCount;
Remarks
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.
See Also