|
|
|
|
|
MinimumLength (Property) In french: LongueurMinimale
Available only with these kinds of connection
The MinimumLength property is used to configure the minimum length of the words to be indexed (full-text indexes). You can: - Get the minimum length of the words to be indexed in a full-text index (defined in the data model editor or through programming).
- Define the minimum length of the words to be indexed in a full-text index (described through programming).
Syntax
Getting the minimum length of the words to be indexed Hide the details
<Length> = <Data file>.<Full-text index>.MinimumLength
<Length>: Integer - Minimum length of the words to be indexed,
- 0 to index all the words without minimum length.
<Data file>: Control name Name of the data file used. This name was defined in the data model editor or with the File Description type. <Full-text index>: Character string Name of full-text index used. This name is defined in the data model editor or with the FullTextIndex Description type.
Defining the minimum length of the words to be indexed Hide the details
<Full-text index>.MinimumLength = <New Length>
<Full-text index>: Character string Name of full-text index used. This name is defined with the FullTextIndex Description type. <New Length>: Integer - Minimum length of the words to be indexed,
- 0 if all the words must be indexed.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|