dtSearch Text Retrieval Engine .NET interface

ReportFlags Enumeration

Flags for SearchReportJob.Flags

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum ReportFlags

Members

Member Name Description Value
dtsReportIncludeFileStart Include a block of text from the top of the file in the output 256
dtsReportLimitContiguousContext Limit the size of context blocks when hits are contiguous. Using this flag prevents large context blocks from being extracted when many hits occur close together. For example, if a report is generated with 5 words of context around each hit, a single isolated hit would result in 11 words in a context block. However, if there were 100 hits clustered together, a much larger context block would be generated. 128
dtsReportStoreInResults Store the search report for each item in search results 64
dtsReportGetFromCache Use cached version of document stored in the index, if present 32
dtsReportByWordExact Count context by words, and include exactly the requested amount of context 16
dtsReportWholeFile Include full text of each selected file in the report 8
dtsReportIncludeAll Include all items in the search report 4
dtsReportByWord Count context by words 2
dtsReportByParagraph Count context by paragraphs 1

Requirements

Namespace: dtSearch.Engine

Assembly: dtSearchNetApi (in dtSearchNetApi.dll)

See Also

dtSearch.Engine Namespace