Re: When to multi_field

2014-08-27 Thread Ivan Brusic
The standard use case for a multi-field is when a field needs to be both analyzed (for searching) and not analyzed (for aggregating/sorting). In this case, there really is no workaround, so a multi-field is essential. In the different analyzer case, it gets more complicated. How much can you get a

When to multi_field

2014-08-27 Thread gek8365
Greetings, I am somewhat new to elasticsearch and I am trying to understand the implications of multi_fields in terms of performance/memory consumption. I see from the documents that multi_fields are useful when you want to analyze field data in different ways. What I do not see is any discussi