I am puttin the index on the right place ?
I want to index from a document the product_id.
CREATE INDEX `index_product_id` ON `products` (product_id) USING GSI;
I want to index this field: (product_id)
{
"**product_id**": "32132",
"rating": 5,
"id": "554f500b-912c-43f1-8caa-eea54b8301ff",
"_type": "products_rating"
}