Icon OnTextIndexTokenFilter Event

__property TTextIndexTokenFilterEvent OnTextIndexTokenFilter

Usage

The OnTextIndexTokenFilter event is fired after the engine has parsed a string or memo field into words for full text indexing but before it actually performs the indexing. Assigning an event handler to this event allows you to filter out any undesired words before they are added to the full text index.
Image