alagodasii commented on code in PR #1720:
URL: https://github.com/apache/jackrabbit-oak/pull/1720#discussion_r1760734984


##########
oak-doc/src/site/markdown/query/lucene.md:
##########
@@ -445,21 +445,25 @@ nodeScopeIndex
   This could result in large index size in case of indexRules on broader node 
types such as nt:base.
 
   So it's advisable to use nodeScopeIndex for broader node types only if it's 
absolutely
-  needed to support queries like _jcr:contains(., 'foo')_
+  needed to support queries like `jcr:contains(., 'foo')`
 
 analyzed
 : Set this to true if the property is used as part of `contains`. Example
-    * /jcr:root/content//element(*, app:Asset)[jcr:contains(@type, 'image')]_
-    * /jcr:root/content//element(*, 
app:Asset)[jcr:contains(jcr:content/metadata/@format, 'image')]_
+    * `/jcr:root/content//element(*, app:Asset)[jcr:contains(@type, 'image')]`
+    * `/jcr:root/content//element(*, 
app:Asset)[jcr:contains(jcr:content/metadata/@format, 'image')]`
+  
+  Binary properties can not be queries in this way; they can only be queried

Review Comment:
   Looks like a typo: `queried`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to