|  | IndexPropertiesWorkBreakCJK Property  | 
 
                Indicates whether the indexer should insert work breaks between Chinese, Japanese
                and Korean characters.
            
 
    Namespace: 
   Law.EdaIntegration.Indexing
    Assembly:
   Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
 Syntax
Syntaxpublic bool WorkBreakCJK { get; set; }Property Value
Type: 
Boolean Remarks
Remarks
                Use this option if you plan to search Chinese, Japanese, or Korean documents that
                do not contain word breaks. Some Chinese, Japanese, and Korean text does not include
                word breaks. Instead, the text appears as lines of characters with no spaces between
                the words. Because there are no spaces separating the words on each line, the indexer
                sees each line of text as a single long word. To make this type of text searchable,
                enable automatic insertion of word breaks around Chinese, Japanese, and Korean characters
                so each character will be treated as single word.
            
 See Also
See Also