There should be no difference. Ultimately, both types are part of a the same Lucene index. The cache, posting format and idf are all tied to a field, so if the different types share the same field, it is the same data structure underneath.
-- Ivan On Thu, Apr 10, 2014 at 9:58 AM, Mohit Anchlia <[email protected]>wrote: > Any info on this subject would be helpful > > > On Wed, Apr 9, 2014 at 1:15 PM, Mohit Anchlia <[email protected]>wrote: > >> Trying to understand how different index type influences the performance >> of a given index. For instance if I have a users index with carPayment and >> busPayment type. In terms of performance and how it's physicall stored does >> it make any difference if data is stored in different types vs just one >> type eg: payment? >> >> Type I am referring to is "tweet" in this below url: >> >> >> http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-index_.html >> > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/CAOT3TWob0qDB51U5vudFDwXGPRYLPN7OfgUoobVgO%3DgpQUX8vQ%40mail.gmail.com<https://groups.google.com/d/msgid/elasticsearch/CAOT3TWob0qDB51U5vudFDwXGPRYLPN7OfgUoobVgO%3DgpQUX8vQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQChdmutbSoZYKSzKVv2%2BqN_-Fb8KkZ%3D4S0OU_p5Vzzn4A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
