Hi All,

   I have a scenario like In elastic search i want to create custom 
mapping.The data will be insert into index using java API . Now i have a 
field with multi values like "1,2,3" .Field name is categories. can you 
please tell me how to create a custom mapping for type array so that when i 
insert data in to elastic search index the categories type is need to be an 
string array which can hold multi values.(string array).

   catgories : [
      "1",
      "2",
      "3"
  ]

        I used river bracket notation to dynamically create array at 
elastic search using bracket notation.but from java API how can we create 
custom mapping so that it can hold multi values.


Thanks

phani

-- 
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/22bd6f5c-2d90-4fa6-9f1d-2009ff7fda99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to