This is an automated email from the ASF dual-hosted git repository.

dsmiley pushed a change to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


    from 427c9a351ca Ref Guide - Change component name to Apache Solr (#4521)
     new 61ca4b3e492 SOLR-17959: Add alwaysStopwords option to edismax (#3802)
     new 7aea42a2a7e SOLR-17959: Remove issues key from changelog YAML (#4423)
     new fac0a1729ff SOLR-17959: Correction to changelog type (#4511)
     new e9340cdb8bd SOLR-18271: QueryElevation support for Combined Query 
feature (#4476)
     new 95fc6207ff3 SOLR-17810 :  Jetty & Jdk SolrClient requests should be 
recognized by rate limiter (#4282)

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 changelog/unreleased/SOLR-17810.yml                |  9 +++
 .../unreleased/SOLR-17959-alwaysStopwords.yml      |  7 ++
 .../SOLR-18271-query-elevation-combined-query.yml  |  8 +++
 .../handler/component/CombinedQueryComponent.java  |  1 +
 .../handler/component/QueryElevationComponent.java | 42 +++++++++++-
 .../apache/solr/search/ExtendedDismaxQParser.java  | 17 +++--
 .../collection1/conf/solrconfig-combined-query.xml | 15 ++++-
 .../component/CombinedQuerySolrCloudTest.java      | 74 +++++++++++++++++-----
 .../DistributedCombinedQueryComponentTest.java     | 63 ++++++++++++++----
 .../solr/search/TestExtendedDismaxParser.java      |  6 ++
 .../modules/indexing-guide/pages/filters.adoc      |  2 +
 .../query-guide/pages/edismax-query-parser.adoc    |  6 +-
 .../org/apache/solr/client/solrj/SolrClient.java   |  1 +
 .../solr/client/solrj/impl/Http2SolrClient.java    | 19 ++++--
 .../solr/client/solrj/impl/HttpJdkSolrClient.java  | 11 +++-
 15 files changed, 233 insertions(+), 48 deletions(-)
 create mode 100644 changelog/unreleased/SOLR-17810.yml
 create mode 100644 changelog/unreleased/SOLR-17959-alwaysStopwords.yml
 create mode 100644 
changelog/unreleased/SOLR-18271-query-elevation-combined-query.yml

Reply via email to