bartoszfidrysiak commented on code in PR #4621:
URL: https://github.com/apache/solr/pull/4621#discussion_r3558095140
##########
solr/core/src/java/org/apache/solr/search/CollapsingQParserPlugin.java:
##########
@@ -3696,6 +3722,19 @@ private boolean testAndSetGroupValues(Object[] values,
int contextDoc) throws IO
int testClause = 0;
for (
/* testClause */ ; testClause < numClauses; testClause++) {
+ if (values[testClause] instanceof LazyStringValue) {
+ LazyStringValue headVal = (LazyStringValue) values[testClause];
Review Comment:
Done
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]