ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / HFSQL properties
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
StopWord (Property)
In french: MotVide
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
The StopWord property is used to define stopwords in a full-text index defined through programming.
Example
MyFullTextIndex is FullTextIndex Description
...
MyFullTextIndex.StopWord = "the at a an"
Syntax
<Full-text index>.StopWord = <Stop Words>
<Full-text index>: Character string
Name of full-text index used. This name was defined by the FullTextIndex Description type.
<Stop Words>: Character string
List of names considered as being stop words. The words can be separated by:
  • a space,
  • a comma
  • a semicolon,
  • a period,
  • a colon,
  • a carriage return (CR),
  • a tabulation (TAB).
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help