dtSearch Text Retrieval Engine .NET interface

Options.SegmentationRulesFile Property

File segmentation rules, used to split up long text files into logical subdocuments during indexing.

public string SegmentationRulesFile {get; set;}

Remarks

The SegmentationRulesFile is an XML file. To create the file, start dtSearch Desktop, click Options > Preferences > File Segmentation Rules and use the dialog box to set up the rules. The XML file will be saved as fileseg.xml in your dtSearch UserData folder. See File Segmentation Rules in the dtSearch Desktop help for information on this setting.

See Also

Options Class | dtSearch.Engine Namespace