Oak indexing - remove one property from index
Hello,
I have following configuration:
"jcr:primaryType":"oak:QueryIndexDefinition",
"compatVersion":2,
"name":"cq:Page",
"type":"lucene",
"async":"async",
"reindex":false,
"reindexCount":4,
"jcr:primaryType":"nt:unstructured",
"jcr:primaryType":"nt:unstructured",
"jcr:primaryType":"nt:unstructured",
"relativeNode":true,
"path":"jcr:content"
}
},
"jcr:primaryType":"nt:unstructured",
"jcr:primaryType":"nt:unstructured",
"relativeNode":false,
"path":"jcr:content"
}
},
"jcr:primaryType":"nt:unstructured",
"jcr:primaryType":"nt:unstructured",
"relativeNode":false,
"path":"*"
},
"jcr:primaryType":"nt:unstructured",
"relativeNode":false,
"path":"*/*"
},
"jcr:primaryType":"nt:unstructured",
"relativeNode":false,
"path":"*/*/*"
},
"jcr:primaryType":"nt:unstructured",
"relativeNode":false,
"path":"*/*/*/*"
}
}
},
"jcr:primaryType":"nt:unstructured",
"jcr:primaryType":"nt:unstructured",
"jcr:primaryType":"nt:unstructured",
"nodeScopeIndex":false,
"propertyIndex":false,
"analyze":false,
"name":"jcr:content/jcr:created",
"type":"Date",
"index":false,
"excludeFromAggregation":true
}
}
}
}
}
However when using search engine still matches with values which are under jcr:created. Is something wrong with this configuration?
It seems the OAK version is 1.2.2 (assumed from OSGi bundles) and AEM is 6.0.