Close
dtSearch .NET Standard API 2023.02
IndexInfo.FileCountNotDocCount Property

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