But you can put a field in your documents to filter out different types,
for example to have
localhost:9200/shopname/products
and then "document_type": "product" in the document itself. That's actually
how Elasticsearch does it with types in the background. The type is an
additional field, as all documents from various types will end up in the
same Lucene indices.
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.