Custom analyzer without a tokenizer

2015-03-03 Thread Sagar Shah
Hello everyone, I am working on a defining a mapping in elastic search, which can have few fields on the fly. I can define the types index using dynamic templates, but I would like to know the difference between following two and which one is preferred over the other. I do not want to break

Re: Custom analyzer without a tokenizer

2015-03-03 Thread Nikolas Everett
On Tue, Mar 3, 2015 at 1:02 PM, Sagar Shah sagarshah1...@gmail.com wrote: Hello everyone, I am working on a defining a mapping in elastic search, which can have few fields on the fly. I can define the types index using dynamic templates, but I would like to know the difference between

Re: Custom analyzer without a tokenizer

2015-03-03 Thread Sagar Shah
Thanks Nikolas for clarification. Do you think there would be any difference in performance between the two, given that I would always be searching full text or matching phrase using match_phrase for the partial matching? Please advise. On Tue, Mar 3, 2015 at 12:36 PM, Nikolas Everett