David Smiley
David Smiley
This script can be used to list contributors as indicated in CHANGES.txt so that we can easily thank them in our release notes. I tested it on 9.6 and I'm...
https://issues.apache.org/jira/browse/SOLR-17347 Given how new EnvUtils is, let's not worry about back-compat. We could keep the name as-is; it's fine. Env utils are mapped to properties.
IMO it's wrong for SolrIndexSearcher.search(QueryCommand) to also take a QueryResult param and not return it. It's an "out" parameter, but there is no need for this! This PR deprecates that...
It's a kitchen sink API that is redundant with finer grain endpoints. https://issues.apache.org/jira/browse/SOLR-17422 I generated the ref guide to review what the modified page looked like. Not ideal but it...
Instead of longer code that accomplishes the same.
Avoids exposing Solr's host & port in the HTTP Location header in certain cases. Can be removed in Jetty 12, as the default setting changes there. https://github.com/jetty/jetty.project/issues/11014 (I've not yet...
Fixes Jetty HTTP2 cancel_stream_error by removing the flow control limit. I was encountering this issue with CloudIndexing, esp when using single-node, single-replica, single-shard -- like 30K ops/sec. It'd routinely fail....
(just a comment)
Also note we extend HttpFilter instead of ServletFilter. https://issues.apache.org/jira/browse/SOLR-17485
* Moved HttpSolrCall.getResponseWriter to SolrQueryRequest * Subtle improvements to make ContentStream work when they might not have https://issues.apache.org/jira/browse/SOLR-17390