db.inventory.createIndex(
{'category.name': 'text',
'brand.name': 'text',
'name': 'text',
'store.name': 'text',
'collection_1' : 'text',
'sku' : 'text',
'parent_sku' : 'text'
})
While Using This Commands getting error like "exception: namespace name generated from index name"
I'm using this because I M creating full Text Index in my application.. I have required many fields for Search index.. Then What should i have to do...????