Hey everyone, I'm trying to figure out the best way to get lucene to detect
concatenated words in a body of copy or a URL.
I've got a few scenarios I'm trying to handle. Many times in source code
and URL's, several words are concatenated together to create a meaningful
string ie. UserRegistrationService.cs and www.worldbestwebsites.com. I
would like index these as User Registration Service cs and www world best
websites com etc. I'm not expecting an easy answer, but would like to know
how the community at large is dealing with these types of scenarios.
Thanks,
Thomas