Icon GetDefaultTextIndexParams Method

procedure GetDefaultTextIndexParams(StopWordsList: TStrings; var
      TextSpaceChars: String; var TextIncludeChars: String)

Usage

Use the GetDefaultTextIndexParams to retrieve the default full text indexing parameters. When this method is done, the StopWordsList parameter will contains a list of the default stop words, the TextSpaceChars parameter will contain all of the default space characters, and the TextIncludeChars parameter will contains all of the default include characters.
Image