We have certain documents stored across multiple types with translated 
values, for example, US and ES types has same document but with different 
values in title fields.
Example:
US:
{
  "title":"Manning: Spring in Action, Third Edition"
}

ES:
{
 "title":"Manning : Primavera en Acción , Tercera Edición"
}

So, when I search for "Manning" across all types, I only want one document. 

I can certainly remove the duplicates in my code, but then I can not use 
pagination.

Any one know how to remove the duplicates?

-- 
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/109a396f-8032-4c03-be4b-b02e004507a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to