Hi,

I've got descriptions in different languages with different analyzers like 
this:

description_lang: { 
   
   - properties: { 
      - de: { 
         - analyzer: my_analyzer_de
         - type: string
      }
      - en: { 
         - analyzer: my_analyzer_en
         - type: string
      }
   }

}

They are searchabel with "description_lang.de" and "description_lang.en"but I'd 
like to search them all together with only 
"
description_lang" is that possible somehow ?

Thank you very much,
Martin

-- 
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/b1edecec-4722-4e3f-b82c-eb742d7cb3ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to