Current server architecture/configuration

1 Master Node (m3.large)
1 Search Node (m3.large)
3 Data Node  (c3.xlarge)

20 shard 


user has 6 nested obj 
{
    "user" : {        
      "dynamic_templates" : [           
           {
           "string_template" : {
              "match" : "*",
                    "match_mapping_type" : "string",
                    "mapping" : {
                        "type" : "string",
                        "index" : "analyzed",
                        "analyzer":"string_lowercase"
                    }
           }
           
         }                                                         
       ],
       "_routing": {"required": true, "path": "userId"},
       "properties":{
           "userId":{"type":"long"},
           "prop": {"type": "nested"}
           ,"campaign": {"type": "nested"},
           "category": {"type": "nested"},
           "product": {"type": "nested"},
           "brand": {"type": "nested"},
           "event": {"type": "nested"}
           
       }
       }
       
    }     
Also set heap Size configuration and  other ulimit 
What i m doing wrong That I m getting let response from response 

-- 
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/a644d931-3a98-4cd1-95c1-d88d755c6dfc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to