信息: 我已经为cq5提供了索引配置文件.我没有通过指定以下规则索引属性cq:template:
<index-rule nodeType="nt:base">
<property nodeScopeIndex="false">cq:template</property>
</index-rule>
Run Code Online (Sandbox Code Playgroud)
我重建了索引.日志显示重新索引已正确完成.
我面临的问题: 当我执行以下SQL2查询时,它给出了与没有上述索引规则时给出的相同的结果:
SELECT s.[cq:template] FROM [nt:base] AS s WHERE s.[cq:template] like '/apps/geometrixx/templates/contentpage'
Run Code Online (Sandbox Code Playgroud)