Hi,

We have Document structure like this

Document 
{
   Key1:Value1
   Key2:Value2
   Key3:Value3,
   Key4:Valu4
   List<key,Value> AdditionalFields;
}

Additional fields are the dynamic fields(they can grow or sink) and these 
fields need to obey certain behavior like analyzed /not analyzed or this 
sort of stuff when they created.

One thing I don't know /I don't understand is  how we define behavior on 
keys (Fields /field names) from Additional fields ?

For below example document :



Document
{
Key1:Value1,
Key2:Value2
AdditionalFields
{
    Key3:Value3
}

If I define Key3 as not analyzed  in the index definition then whether 
Value3 is not going to analyzed 

Or Is there a way to do  this ?



Regards,
Nagaraju




-- 
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/dc30baf0-7289-4aac-a45e-092fb101b296%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to