See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
IndexInfo::ObsoleteCount Data Member

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

C#
public UInt32 ObsoleteCount;
Visual Basic
Public ObsoleteCount As UInt32
Remarks

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:

Compressing (optimizing) an index

See Also
You are here: dtSearch::Engine Namespace > IndexInfo Class > IndexInfo Data Members > ObsoleteCount Data Member
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.