Re: Breaking up search and index by a period "."
Posted By:
Otis_Gospodnetic
Posted On:
Friday, February 4, 2005 08:53 AM
Look at the source of Lucene's WhitespaceTokenizer.java. You would need to create your own class, say DotTokenizer, with its own isTokenChar method which tests whether the given char is a '.'.