Michael Gibney created SOLR-17176: ------------------------------------- Summary: Log history V2 API doesn't serialize properly Key: SOLR-17176 URL: https://issues.apache.org/jira/browse/SOLR-17176 Project: Solr Issue Type: Bug Security Level: Public (Default Security Level. Issues are Public) Affects Versions: 9.5.0 Reporter: Michael Gibney
Introduced in v9.5.0 by SOLR-17063, we have SolrDocuments that are backed by unmodifiable maps that don't support {{entrySet()}}, and thus fail for certain serialization techniques (including the one used by the V2 API). This failed quietly, just writing an empty list -- no exception thrown, but useless (empty) results, where there should be content. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org