Hi all:
I found a problem in 1.0.1, it seems I can not use the _parent keyword to 
setup the mapping.
My mapping schema is like follows:
{"properties":
  {"_parent":{"type":"jobPost"},
  
 
"jobPostId":{"type":"long","store":"yes","index":"not_analyzed","null_value":0},
 
  
 "jobTitle":{"type":"string","store":"yes","index":"analyzed","null_value":""},
   "experienceLevel":{"type":"string","store":"yes","index":"not_analyzed"}
  }
}
I received the following exception:
 org.elasticsearch.index.mapper.MapperParsingException: No handler for type 
[jobPost] declared on field [_parent]

But it works fine at the version 0.90.9
Is it a bug of the version 1.0.1 or there's something wrong with my schema?
Can anyone help me, thanks.

-- 
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/10610593-6497-4f07-adb3-654c735394f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to