Is it possible to disable punctuation in Oracle text?
In the "punctuations" section clearly states :
The defaults are period '.', question mark '?', and exclamation point '!'.
Characters that are defined as punctuations
are removed from a token before text indexing. However, if a punctuations
character is also defined as a printjoins
character, then the character is removed only when it is the last character in the token.
Is it possible to modify it so it is not even remove the punctuation at the end of the word? For example "Mark." indexed exactly as it is ( with period at the end) .
I tried this :