Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/ 36 Spring Data Elasticsearch § Indexing @Document(indexName = "publications", type = "article", shards = 1, ... class Article { @Id String id; ! @Document(indexName = "publications", type = "book", shards = 1, ... class Book { @Id String id;