Is it possible to create neasted field index ( on field t5) using ravendb studio?
{
"p": 297641,
"t1": {
"t2": [
{
"t3": {
"t4": {
"t5": "I would like index that field"
}
},
"nr_czesci": 3,
"waluta": "PLN"
},
{
"t3": {
"t4": {
"t5": "I would like index that field 2"
}
},
"nr_czesci": 4,
"waluta": "PLN"
}
]
}
}
Certainly, you can do it like this: