On Thursday, 5 June 2014 00:54:15 UTC+2, Jörg Prante wrote:
>
> Why do you use terms on _id field and not the the ids filter? ids filter 
> is more efficient since it reuses the _uid field which is cached by default.
>
>
So does the terms filter.  The only advantage of the _ids filter is that 
you can specify a type for each id, otherwise it looks for `type1#id`, 
`type2#id` etc, but that's the same for the ids filter if no type is 
specified. 

-- 
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 elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/6e80bac7-4957-40cc-935a-e9c027fb5941%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to