See Also
SearchReportJob Class
You are here:
Symbol Reference
>
dtSearch.Engine Namespace
>
Classes
>
SearchReportJob Class
>
SearchReportJob Properties
Close
dtSearch .NET Standard API 2024.02
Contents
|
Index
|
Reference
|
Home
Previous
|
Up
|
Next
SearchReportJob Properties
The properties of the SearchReportJob class are listed here.
Public Properties
Public Property
Description
ContextFooter
Text to appear after each block of context in the report.
ContextHeader
Text to appear at the start of each block of context in the report.
ContextSeparator
Text to appear between blocks of context in the report (after one
ContextFooter
, before the next
ContextHeader
)
FileFooter
Text to appear after each document in the report.
FileHeader
Text to appear at the start of each document in the report.
Flags
Flags controlling generation of the report.
MaxContextBlocks
Number of blocks of context to include in the report for each document.
MaxWordsToRead
Number of words to scan in each document looking for blocks of context to include in the report.
ParagraphsOfContext
Number of paragraphs of context to include around each hit.
WordsOfContext
Approximate number of words of context to include around each hit.
WordsOfContextExact
Number of words of context to include around each hit.
See Also
SearchReportJob Class