Robin Li created SOLR-15331:
-------------------------------

             Summary: 'Missing' count lost when convert facetResponse.
                 Key: SOLR-15331
                 URL: https://issues.apache.org/jira/browse/SOLR-15331
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: SolrJ
    Affects Versions: 8.8
            Reporter: Robin Li
         Attachments: image-2021-04-12-11-15-20-101.png

Hi Solr Team,

We use the JsonFacet query to get the facet data.

We pass the 'Missing' option in our code.
{code:java}
// set missing option to true.
termsFacetMap.includeMissingBucket(true);
{code}
Then we could see the 'Missing' count in the result, but when SolrJ processing 
the response, when handling the 'Missing' count data, the logic always goes to 
the 'else' logic. (Could check the attached image).

So could you please help to fix the issue?

Thanks a lot.

Robin

!image-2021-04-12-11-15-20-101.png!

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to