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

Number of words to scan in each document looking for blocks of context to include in the report.

C#
public int MaxWordsToRead;
Visual Basic
Public Property MaxWordsToRead() As Integer
Remarks

For example, if maxWordsToRead=5000, then the search report will only include hits that occur in the first 5000 words in each document. This setting can be used to generate faster (but not necessarily complete) reports by limiting the search report to hits near the beginning of each document

See Also
You are here: dtSearch::Engine Namespace > SearchReportJob Class > SearchReportJob Properties > MaxWordsToRead Property
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.