searching case sensitive and non case sensitive
Hi!
We're using 11g enterprise edition for our product. In the past we used the LIKE operator to search our string fields. Therefore we had a function based index (UPPER(stringfield)) for non case sensitive and a second normal index for case sensitive search.
Now we want to use oracle text option for searching (better performance, search similar words,...). How does oracle text work with case sensitive and none case sensitive?
As far as I know I can define a lexer and set a property for case OR non case sensitive... But I need both... Do I need 2 text indizes?!?!?!
Thanks
Markus