Keyword with lowercase wildcard search

Hi,

I want perform query using wild card for keyword fileds. It is working fine.
Now i want to perform same query with case insensitive .

You should use probably a "normalizer": "lowercase" maybe ?

But, I'd not use a wildcard query at all as it's known to be slow (Read the docs about this).