小编use*_*453的帖子

了解CQ5 Lucene索引规则

信息: 我已经为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)

lucene jcr-sql2 aem

2
推荐指数
1
解决办法
3273
查看次数

标签 统计

aem ×1

jcr-sql2 ×1

lucene ×1