How to index only words with a minimum length
AleCOct 19 2009 — edited Oct 20 2009RDBMS: 10.1.0.5.0
We are developing a search function into our application.
Users could search strings or substrings into a CLOB text. The minimum length of that strings or substrings is 3.
For example, they are able to search the string "sql" and they are NOT able to search "sq".
Is there a preference to not index all the strings with lenght below 3?