Thanks for reply. I have made my mapping without type, "an index per document type" as suggest, e.g.
"mappings": {
"user": {
"properties": {
...
}
}
}
So when call bulk api, if I still provide "_type" parameter, as in { "index" : { "_index" : "test", "_type" : "user"}} I feel it is a bit against the purpose of removal of mapping types. Is n't it ?
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.