Hello all,Below is the query that i'm using to get certain paths that is available from productData property under a node. I'm trying to have a propertyIndex for this property so that i can reduce my traverse time during query execution. Map<String, String> map = new HashMap<String, String>();// cre...