On 29.01.2010, at 15:40, Lukas Kahwe Smith wrote:

> I am still a bit unsure how to handle both the lowercased and the case 
> preserved version:
> 
> So here are some examples:
> UBS => ubs|UBS
> Kreuzstrasse => kreuzstrasse|Kreuzstrasse
> 
> So when I type "Kreu" I would get a suggestion of "Kreuzstrasse" and with 
> "kreu" I would get "kreuzstrasse".
> Since I do not expect any words to start with a lowercase letter and still 
> contain some upper case letter we should be fine with this approach.
> 
> As in I doubt there would be stuff like "fooBar" which would lead to 
> suggestion both "foobar" and "fooBar".
> 
> How can I achieve this?


I just noticed that I need the same thing for the word delimiter splitter. As 
in some way to index both the splitted and the unsplitted version so that I can 
use it in a facet search.

Hans-Peter => Hans|Peter|Hans-Peter

regards,
Lukas Kahwe Smith
m...@pooteeweet.org



Reply via email to