Hello everyone,
We are trying to replace application log storage from postgres db with 
elastic search.
We had two features in postgres that should not get affected.
1. Perform case insensitive search
2. Perform wild card search

In elastic search, we are using lowercase filter with keyword anlayzer to 
meet point# 1. 
For performing wild card search, we are using wildQuery (ES Java API).


Everything looks file as long as I am searching for single word like 
'sagar', but searches fail to return any results when I use multiple words 
in my search criteria like 'sagar shah'. That's probably because of keyword 
analyzer, which breaks it into multiple words.

Is there a way to perform search a wild card type search in 
case-insensitive format.

Please advise.
Appreciate your inputs.


Regards,
Sagar Shah

-- 
Please update your bookmarks! We have moved to https://discuss.elastic.co/
--- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/48b9228e-9cd0-4dc8-b4f2-3e5a5d24ddf9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to