FrancoisZhang commented on a change in pull request #489:
URL: https://github.com/apache/jackrabbit-oak/pull/489#discussion_r804160771
##########
File path:
oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/dynamicBoost/DynamicBoostTest.java
##########
@@ -147,6 +146,14 @@ public void testQueryFullTextWithTitle() throws Exception {
// wildcard works
assertQuery("//element(*, dam:Asset)[jcr:contains(., 'title*')]",
XPATH,
Arrays.asList("/test/asset1", "/test/asset2", "/test/asset3"));
+
Review comment:
@fabriziofortino agreed, it should be in a separate class actually, let
me see if there is exists one to put.
--
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]