Page 1 of 1

Toggling Suffix Processing

Posted: Thu Dec 04, 2008 10:15 pm
by KLZ
If I have a list of words, word1 ... wordn @0, how can I toggle suffix processing off for only one of those words in the list with a control character. e.g. we can turn off equivalences for a single word uing ~. Is there a corresponding way to toggle suffix process without having to write code and toggle suffixproc.

Toggling Suffix Processing

Posted: Fri Dec 05, 2008 10:19 am
by mark
Suffix processing is only changeable via apicp and always affects the entire query. You could resort to a basic prefix match with * as in "wor*".