Links
dtSearch Text Retrieval Engine -- Java API
TextFlags Class
Fields | Constants | Legend | Members | Send Feedback
Class Hierarchy
public class TextFlags;
File

TextFlags.java

Description

Values for Options.setTextFlags

Fields
Field 
Description 
Automatically insert a word break around characters in the Chinese, Japanese, and Korean Unicode ranges. This makes it possible to search text in documents that do not contain word breaks. Like the hyphenation setting, this setting is kept in the alphabet for an index and so will only change when an index is created. 
Disable any internal file parsers that are currently classified as "beta" because they were recently added and have not yet been tested. This flag will have no effect on release builds of the dtSearch Engine and only provides a way to use beta builds without allowing newly-added file parsers to run. 
Re-enable internal file parsers that were disabled by dtsoTfDisableBetaParsers
Enable automatic recognition of dates in text 
Presume DD/MM/YY format for dates (default is MM/DD/YY) 
Presume YY/MM/DD format for dates (default is MM/DD/YY) 
By default; dtSearch indexes numbers both as text and as numeric values; which is necessary for numeric range searching. Use this flag to suppress indexing of numeric values in applications that do not require numeric range searching. This setting can reduce the size of the index by about 20%. 
Suppress automatic generation of xfirstword and xlastword. 
Group
Legend
 
Data Member 
Links
You are here: Constants > TextFlags Class
Copyright (c) 1998-2008 dtSearch Corp. All rights reserved.