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. fileCountNotDoc is supported only in indexes created with dtSearch versions 7.96 and later.