Re: Exact name match search - can't get it to work

2014-11-12 Thread Robert Alkire
Ignore first link use this instead: https://gist.github.com/anonymous/7051eb01114d4cbf3160 I understand the composite now is composed of two tokens thus my query must be altered. If there is a better way to accomplish what I desire to do, please let me know. On Wednesday, November 12, 2014 9

Re: Exact name match search - can't get it to work

2014-11-12 Thread Ivan Brusic
The terms are copied to the full name and are not analyzed as specified. However, two terms are being copied, not one. The term query expects a single token of "Jeremy Smith", while you have two separate non analyzed tokens. Cheers, Ivan On Nov 12, 2014 10:29 AM, "Robert Alkire" wrote: > http

Exact name match search - can't get it to work

2014-11-12 Thread Robert Alkire
https://gist.github.com/anonymous/b59ea5a6bbf308f8e562 This is the definition of the problem. It seems that "index" : "not_analyzed" is broken when using copy_to fields -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this g