See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
Options::MaxWordsToRetrieve Property

Maximum number of words that can be matched in a search. This can be any value from 16 to 256k. The default is 64k. If a search matches more unique words than the maxWordsToRetrieve limit, the error code dtsErMaxWords (137) will be returned.

C#
public int MaxWordsToRetrieve;
Visual Basic
Public Property MaxWordsToRetrieve() As Integer
See Also
You are here: dtSearch::Engine Namespace > Options Class > Options Properties > MaxWordsToRetrieve Property
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.