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"},
"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.
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.
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"},
"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 elasticsearch+unsubscribe@googlegroups.com.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.