This is an automated email from the ASF dual-hosted git repository.
cpoerschke pushed a change to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
from e2b3dd7ba3c SOLR-17084: CHANGES.txt update
new 2ff81a7cb6b SOLR-17050: Use compact JSON for Learning to Rank (LTR)
feature and model storage. (#2030)
new 7305772da17 docs: fix typo in script update processor page (#2113)
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 | 2 ++
.../apache/solr/rest/ManagedResourceStorage.java | 14 +++++++-
.../src/test/org/apache/solr/util/TestUtils.java | 40 ++++++++++++++++++++++
.../solr/ltr/store/rest/ManagedFeatureStore.java | 6 ++++
.../solr/ltr/store/rest/ManagedModelStore.java | 6 ++++
.../store/rest/TestModelManagerPersistence.java | 20 +++++++++++
.../pages/script-update-processor.adoc | 2 +-
.../java/org/apache/solr/common/util/Utils.java | 21 +++++++++++-
solr/solrj/src/java/org/noggit/JSONWriter.java | 4 ++-
9 files changed, 111 insertions(+), 4 deletions(-)