<
Index Definition Generator
Note:
see also the
JCR Query Cheatsheet
, and the
Oak Lucene index documentation
. Query syntax documentation:
XPath
and
SQL-2
.
Generate Index
Query
select * from [dam:Asset] where isdescendantnode('/content/dam') and [jcr:created] > '2025-01-01' order by [jcr:created] asc option (index tag [abc]) -- Example XPath query: -- /jcr:root/content/dam//element(*, dam:Asset)[@jcr:title]
Lucene Index Definition
Lucene index definition will appear here.
AST (Abstract Syntax Tree)
Click "Generate Index" to see the abstract syntax tree.
Filter (Oak FilterImpl)
Filter representation will appear here.
Show Details (AST & Filter)