This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 252633112b OAK-11736:
ElasticIndexQueryCommonTest.repSimilarAsNativeQuery
252633112b is described below
commit 252633112bc9daed24df9ede7a71e8c9d40a6365
Author: Julian Reschke <[email protected]>
AuthorDate: Thu May 22 20:30:03 2025 +0100
OAK-11736: ElasticIndexQueryCommonTest.repSimilarAsNativeQuery
---
.../org/apache/jackrabbit/oak/plugins/index/IndexQueryCommonTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/oak-search/src/test/java/org/apache/jackrabbit/oak/plugins/index/IndexQueryCommonTest.java
b/oak-search/src/test/java/org/apache/jackrabbit/oak/plugins/index/IndexQueryCommonTest.java
index 22a05eca4f..a71e5bae58 100644
---
a/oak-search/src/test/java/org/apache/jackrabbit/oak/plugins/index/IndexQueryCommonTest.java
+++
b/oak-search/src/test/java/org/apache/jackrabbit/oak/plugins/index/IndexQueryCommonTest.java
@@ -394,6 +394,7 @@ public abstract class IndexQueryCommonTest extends
AbstractQueryTest {
}
@Test
+ @Ignore("OAK-11736")
public void repSimilarAsNativeQuery() throws Exception {
String nativeQueryString = "select [jcr:path] from [nt:base] where " +
"native('lucene',
'mlt?stream.body=/test/a&mlt.fl=:path&mlt.mindf=0&mlt.mintf=0')";