I didn't see a Jira open in this, so I wanted to see if it's expected. If
you pass "fields":[...] in a SOLR JSON API request, it does not override
what's the default in the handler config.  I had fl=* as a default, so I
saw "fields" have no effect, while "params":{"fl":...} worked as expected.
After stepping through the debugger I noticed it was just appending
"fields" at the end of everything else (including after solr config
appends, if it makes a difference).

If this is not expected I will create a Jira and maybe have time to provide
a patch.

Ryan

Reply via email to