nfsantos commented on code in PR #638:
URL: https://github.com/apache/jackrabbit-oak/pull/638#discussion_r929003418
##########
oak-search-elastic/src/test/java/org/apache/jackrabbit/oak/plugins/index/elastic/ElasticIndexDescendantSpellcheckCommonTest.java:
##########
@@ -38,4 +40,23 @@ protected Repository createJcrRepository() {
return jcr.createRepository();
}
+ //TODO ES Failing: this seems to be similar to
+
//https://discuss.elastic.co/t/elasticsearch-suggestion-completes-return-incorrect-number-of-suggestions/214522
+ //Even increasing the suggester query size the number of max results seems
to be fixed to 5
+ @Test
+ @Ignore("Failing on ES")
Review Comment:
I have created issues for all the failing tests and referenced them on the
`@Ignore` tag.
--
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]