You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Chris M. Hostetter (Jira)" <ji...@apache.org> on 2020/05/28 01:18:00 UTC

[jira] [Created] (SOLR-14520) json.facets: allBucket:true can cause server errors when combined with refine:true

Chris M. Hostetter created SOLR-14520:
-----------------------------------------

             Summary: json.facets: allBucket:true can cause server errors when combined with refine:true
                 Key: SOLR-14520
                 URL: https://issues.apache.org/jira/browse/SOLR-14520
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: Facet Module
            Reporter: Chris M. Hostetter


Another bug that was discovered while testing SOLR-14467...
In some situations, using {{allBuckets:true}} in conjunction with {{refine:true}} can cause server errors during the "refinement" requests to the individual shards -- either NullPointerExceptions from some (nested) SlotAccs when SpecialSlotAcc tries to collect them, or ArrayIndexOutOfBoundsException from CountSlotArrAcc.incrementCount because it's asked to collect to "large" slot# values even though it's been initialized with a size of '1'

NOTE: these problems may be specific to FacetFieldProcessorByArrayDV - i have not yet seen similar failures from FacetFieldProcessorByArrayUIF (those are the only 2 used when doing refinement) but that may just be a fluke of testing.



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

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