Re: Problem with words contains '-' character
Hi by default the - is not a true word character so it is used as a term delimiter, i.e. in the index the term LD-3W is two words LD and 3W. Also by default the minimum indexable word length is 4 characters so they don't even get into the index.
I would replace the hyphen with an underscore which is a true word character. Then searching on LD_3W should work. Or removing the hyphens all together, then searching on LD3W should work.
Subject
Views
Written By
Posted
7548
March 12, 2008 04:36PM
Re: Problem with words contains '-' character
4220
March 12, 2008 06:20PM
3417
March 05, 2009 02:54PM
3318
March 06, 2009 08:10AM
3413
March 11, 2009 06:02AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.