You are here: Symbol Reference > dtSearch.Engine Namespace > Classes > SearchReportJob Class > SearchReportJob Properties > MaxWordsToRead Property
Close
dtSearch .NET Standard API 2024.02
SearchReportJob.MaxWordsToRead Property

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

public int MaxWordsToRead;

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

Copyright (c) 1998-2023 dtSearch Corp. All rights reserved.