Re: analyzing wildcard queries ...

2014-11-20 Thread mkamm78
hi jörg just wanted to tell you that i will/can not fork/commit my "improvement" on wildcard analysis cause i'm no longer 100% convinced that it is really an improvement resp. can be used in general... after rethinking i must admit that i was probably too much focused on my concrete issues wit

Re: analyzing wildcard queries ...

2014-11-19 Thread mkamm78
hi jörg thank you for your quick response! glad to hear from you that you agree with me that wildcard analysis could be further improved. (concerning prefix support it's already great!) i already started to look around for other solutions like writing a plugin to use a custom queryparser or s

analyzing wildcard queries ...

2014-11-19 Thread mkamm78
hi i have text/email addresses indexed with the standard analyzer. e.g. "marco.k...@brain.net" that results in two tokens being in the index: [marco.kamm] and [brain.net] i want to search using query_string query and wildcards like: { fields:["contact_email"], "query" : { "query_st