Hoss Man created SOLR-9396:
------------------------------
Summary: [subquery] transformer doesn't automatically request
needed fields, only other fields in fl can be used as input to subquery
Key: SOLR-9396
URL: https://issues.apache.org/jira/browse/SOLR-9396
Project: Solr
Issue Type: Bug
Security Level: Public (Default Security Level. Issues are Public)
Reporter: Hoss Man
spinning off of SOLR-9377...
the {{\[subquery\]}} transformer doesn't do anything to explicitly request the
document fields it needs in order to construct the subquery it executes (ie
every field {{foo}} to fill in {{$row.foo}})). Which can lead to unexpected
errors when parsing/executing the subquery.
The workaround is to only use the {{\[subquery\]}} transformer in conjunction
with an {{fl=\*}} glob, or explicitly list all fields needed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]