See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
WordListBuilder::SetFilter Method

Limit results of ListMatchingWords or ListFieldValues to the documents in a SearchFilter

C#
public SetFilter(ref SearchFilter newFilter);
Visual Basic
Public Sub SetFilter(ByRef newFilter As SearchFilter)
Remarks

ListWords is not affected by SetFilter. Only ListMatchingWords and ListFieldValues limit their results to the items in the filter. 

When a SearchFilter is used, all counts returned by WordListBuilder are document counts. For example, if a word occurs 20 times in 7 documents, the count returned will be 7 for both GetNthWordCount and GetNthWordDocCount.

See Also
You are here: dtSearch::Engine Namespace > WordListBuilder Class > WordListBuilder Methods > SetFilter Method
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.