Limit results of ListMatchingWords or ListFieldValues to the documents in a SearchFilter
public SetFilter(ref SearchFilter newFilter);
Public Sub SetFilter(ByRef newFilter As SearchFilter)
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.
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|