Hi All,
I am analysing the field using keyword analyzer.
For example: Value of input record is -
{{98.138.26.90},{auto_remote@98.138.26.90}},{{192.168.50.73},{auto_local@98.138.26.90}}
I am using below queries for fetching the record:
Case 1: pass whole value : pass and getting result
"query_string" : {
"query" :
"c52:"{{98.138.26.90},{auto_remote@98.138.26.90}},{{192.168.50.73},{auto_local@98.138.26.90}}"",
"default_operator" : "and"
}
}}
Case 2: Fail, because I am getting records.
"query_string" : {
"query" : "c52:"{{98.138.26.90},{auto_remote@98.138.26.90}}"",
"default_operator" : "and"
}
}}
*Case3: *fail, because i am getting records.
"query_string" : {
"query" : "c52:"*[[*98.138.26.90},{auto_remote@98.138.26.90}}"",
"default_operator" : "and"
}
}}
I would like to use keyword analyzer instead of not_analyzed to provide
case-insensetive support.
Thanks,
Ankit
--
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.