public class ConvertFlags;
ConvertFlags.java
Convert flags for FileConverter.setFlags
|
Field |
Description |
|
Read input file from cached document stored in the index. | |
|
Assume that the input file is HTML for purposes of deciding whether to do HTML-to-HTML highlighting. | |
|
Assume that the input file is not HTML for purposes of deciding whether to do HTML-to-HTML conversion. If the output format is HTML; this forces the dtSearch Engine to convert the file to simple text before adding hit highlight markings. | |
|
Remove JavaScript from HTML files when adding hit highlight markings. JavaScript in HTML files can cause errors if displayed outside of the expected context of the script. | |
|
Do not insert BeforeHit and AfterHit marks for a hit that cannot be displayed in HTML because the text is not visible. If this flag is not set; a pair of beforeHit/afterHit tags will be added before the next visible text in the file. | |
|
Add hit highlight markings to XML data while retaining the XML format. Set the output format to it_XML. See: Highlighting hits in XML files |
|
Data Member |
|
Copyright (c) 1998-2008 dtSearch Corp. All rights reserved.
|