Reputation: 1242
Is there a way to find documents with a specific property value in the document properties?
Follow-up question, are the document properties indexed?
(Properties meaning the xdmp:document-add-properties()
kind)
Upvotes: 2
Views: 359
Reputation: 3056
You can wrap arbitrary queries in cts:properties-fragment-query()
to scope those queries to match only document properties. And, yes, document properties are indexed.
Upvotes: 7