Did you use new schema definitions? Perhaps this is related:
https://issues.apache.org/jira/browse/SOLR-11770
Otherwise, perhaps it has been fixed by
https://issues.apache.org/jira/browse/SOLR-11865 (in upcoming 7.5, you
could do a build from source to test it).
Regards,
Alex.
On 9 August 201
Hello. I've found the problem:
Request with fl=[elevated] returns NullPointerException when Solr 7.4 used.
It works with all older versions.
Example:
http://localhost:8983/solr/my-core/select?q=*:*&enableElevation=true&elevateIds=1,2,3&forceElevation=true&fl=[elevated]
Is it a bug of 7.4 version