Case-sensitive results from Autosuggestion feature?

Hey,

I am currently experimenting with the new autosuggestion from verson 0.90.
It actually works great for me but I noticed that alle the
suggestionresults are coming back in lowercase. I am trying to impement the
autosuggestion for a german website and it can be quite confusing for
german users if you get only lowercase suggestions because Nouns are always
written in Upper Case in German. Is there any possibility to get the
suggestion in the case in which it is saved in the documents?

Gist with Request and Result:
https://gist.github.com/MeiSign/5813196

Cheers,
Stefan

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Never tried using the Suggest API, but I noticed you are specifying a
german analyzer, which lowercases terms. I am assuming your "name" field
also uses the same analyzer. Try using suggest on a field that is not
lowercased. You would need to clone the current german analyzer.

Not sure how effective Suggest is on mixed case terms, but with your
current setup, the terms will always be lowercased.

Cheers,

Ivan

On Wed, Jun 19, 2013 at 3:07 AM, Stefan Meiwald st.meiwald@gmail.comwrote:

Hey,

I am currently experimenting with the new autosuggestion from verson 0.90.
It actually works great for me but I noticed that alle the
suggestionresults are coming back in lowercase. I am trying to impement the
autosuggestion for a german website and it can be quite confusing for
german users if you get only lowercase suggestions because Nouns are always
written in Upper Case in German. Is there any possibility to get the
suggestion in the case in which it is saved in the documents?

Gist with Request and Result:
https://gist.github.com/**MeiSign/5813196https://gist.github.com/MeiSign/5813196

Cheers,
Stefan

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.