File
File: ReportFlags.java
Package: com.dtsearch.engine
Syntax
Fields
Field |
Description |
---|---|
Count context by paragraphs. | |
Count context by words. | |
Count context by words, and include exactly the requested amount of context. | |
Use cached version of document stored in the index, if present. | |
Include all items in the search report. | |
Include a block of text from the top of the file in the output. | |
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. | |
Store the search report for each item in search results. | |
Include full text of each selected file in the report. |
Description
Flags for dtsSearchReportJob (C++) and SearchReportJob (Java, .NET)
Class Hierarchy
com.dtsearch.engine.ReportFlags