You are here: Symbol Reference > dtSearch.Engine Namespace > Classes > IndexInfo Class > IndexInfo Properties > ObsoleteCount Property
Close
dtSearch .NET Standard API 2024.02
IndexInfo.ObsoleteCount Property

ObsoleteCount is the number of documents for which obsolete information is stored in the index.

public UInt32 ObsoleteCount;

When a document is indexed, modified, then indexed again, information about the document in the index is marked as obsolete and new information about the document is appended to the index. Compressing an index removes all obsolete information.

See also:

Building and Maintaining Indexes

Copyright (c) 1998-2023 dtSearch Corp. All rights reserved.