|
{"id": "myProfileStructure",
|
|
|
|
"schema": {
|
|
"_type" : "complex",
|
|
"_children" :[
|
|
{ "nome" : {"_type" : "Text", "_index" : "<textIndexID>"}},
|
|
{ "abstract" : {"_type" : "complex",
|
|
"_children" :[
|
|
{"name" : {"Type" : "Text"}},
|
|
{"files" : {"Type" : "FileSet"}}
|
|
]}}
|
|
]}
|
|
}
|