This is an automated email from the ASF dual-hosted git repository.
abenedetti pushed a change to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
from 996a245f238 Deprecation: CommonParams.QT "qt" param (SOLR-17715)
new c790b54104a [SOLR-17726] Fix CloudMLTQParser to support copyField in
qf (#3328)
new da35f09a5f8 SOLR-17760: solving bug in LTR dense/sparse format (#3354)
The 2 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:
solr/CHANGES.txt | 4 +
.../apache/solr/search/mlt/CloudMLTQParser.java | 20 ++-
.../solr/configsets/cloud-dynamic/conf/schema.xml | 11 +-
.../solr/search/mlt/CloudMLTQParserTest.java | 108 +++++++++++++++
.../java/org/apache/solr/ltr/CSVFeatureLogger.java | 2 +-
.../java/org/apache/solr/ltr/LTRScoringQuery.java | 37 +++---
.../solr/ltr/TestSelectiveWeightCreation.java | 19 +--
.../solr/ltr/feature/TestFieldValueFeature.java | 146 +++++++++++++--------
.../query-guide/pages/learning-to-rank.adoc | 30 +++++
9 files changed, 291 insertions(+), 86 deletions(-)