thomasmueller commented on code in PR #638:
URL: https://github.com/apache/jackrabbit-oak/pull/638#discussion_r928564981


##########
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:
   We often use the Jira issue id in the ignore annotation. So what about 
opening a new Oak Jira issue to fix this particular problem, and then use the 
id here? E.g. `@Ignore("OAK-123456")`



-- 
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