You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/06/08 13:48:24 UTC

[GitHub] [lucene-solr] thomaswoeckinger commented on a change in pull request #2508: SOLR-15457: Returning EnumFieldValue in faceting buckets again.

thomaswoeckinger commented on a change in pull request #2508:
URL: https://github.com/apache/lucene-solr/pull/2508#discussion_r647459338



##########
File path: solr/core/src/test/org/apache/solr/schema/EnumFieldTest.java
##########
@@ -592,6 +592,11 @@ public void testFacetEnumSearch() throws Exception {
 
     assertQ(req("fl", "" + FIELD_NAME, "q", FIELD_NAME + ":*", "json.facet", jsonFacetParam),
         "//*[@name='facets']/int/text()=6",
-        "//*[@name='allBuckets']/long/text()=6");
+        "//*[@name='allBuckets']/long/text()=6",

Review comment:
       Yes, found by a new integration test on our side




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org