This is an automated email from the ASF dual-hosted git repository.
magibney pushed a change to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git.
from ae37478 SOLR-15961: Only consider the number in the SolrAuth header a
timestamp if it's between a valid range of digits (#575)
add 16f4210 SOLR-15777: Forbid useDocValuesAsStored for ICUCollationField
(warn for luceneMatchVersion < 9.0.0) (#506)
No new revisions were added by this update.
Summary of changes:
solr/CHANGES.txt | 2 +
solr/modules/analysis-extras/build.gradle | 1 +
.../org/apache/solr/schema/ICUCollationField.java | 32 +++++
.../solr/collection1/conf/schema-icucollate-dv.xml | 8 +-
.../solr/schema/TestICUCollationFieldUDVAS.java | 145 +++++++++++++++++++++
5 files changed, 186 insertions(+), 2 deletions(-)
create mode 100644
solr/modules/analysis-extras/src/test/org/apache/solr/schema/TestICUCollationFieldUDVAS.java