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

ishan pushed a change to branch ishan/upgrade-to-lucene-10
in repository https://gitbox.apache.org/repos/asf/solr.git


    from 8c3d2ae6b9b SOLR-17631: Upgrading to Lucene 10.2.1
     add 0a0b6090daf SOLR-17092: Add more debug logs for ReindexCollectionTest
     add cc020811a7f SOLR-17092: Fix Debug logging for ReindexCollectionTest
     add ce30cdc9386 SOLR-17783: Disable securityManager for GCS Tests on 
Windows
     add 733bf41ec29 SOLR-17698: Remove deprecated EnumField (#3256)
     add 67bb1c649fd Tests: Add test for using non-default filesystem with 
EmbeddedSolrServer (#3146)
     add e3e85485dac SOLR-17698: Fix TestUseDocValuesAsStored for enums (#3390)
     add 8a3e4c87a3b SOLR-17790: Allow -j option to start with a dash (#3392)
     new a1fc892b9ec Merge remote-tracking branch 'origin/main' into 
ishan/upgrade-to-lucene-10

The 1 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 +
 solr/bin/solr                                      |   2 +-
 .../solr/handler/component/StatsValuesFactory.java |   4 +-
 .../org/apache/solr/schema/AbstractEnumField.java  | 360 ---------------------
 .../src/java/org/apache/solr/schema/EnumField.java | 219 -------------
 .../java/org/apache/solr/schema/EnumFieldType.java | 297 ++++++++++++++++-
 .../apache/solr/search/SolrDocumentFetcher.java    |   6 +-
 .../solr/search/facet/FacetRangeProcessor.java     |   8 +-
 .../solr/collection1/conf/schema-enums.xml         |   4 +-
 .../conf/schema-non-stored-docvalues.xml           |   5 +-
 .../solr/collection1/conf/schema-sorts.xml         |  12 +-
 .../collection1/conf/schema-vector-catchall.xml    |   9 +-
 .../test-files/solr/collection1/conf/schema.xml    |   4 +-
 .../test-files/solr/collection1/conf/schema11.xml  |   5 +-
 .../solr/collection1/conf/schema_latest.xml        |   1 -
 .../managed-schema.xml => zipfs/conf/schema.xml}   |   4 +-
 .../{cloud-minimal => zipfs}/conf/solrconfig.xml   |  41 +--
 .../TestEmbeddedSolrServerConstructors.java        |  58 ++++
 .../apache/solr/cloud/ReindexCollectionTest.java   |   3 +-
 .../test/org/apache/solr/schema/EnumFieldTest.java | 102 ++----
 .../solr/schema/TestUseDocValuesAsStored.java      |   7 +-
 solr/modules/gcs-repository/build.gradle           |   7 +
 solr/packaging/test/test_start_solr.bats           |   8 +
 .../modules/indexing-guide/pages/docvalues.adoc    |   2 +-
 .../modules/indexing-guide/pages/enum-fields.adoc  |   6 -
 .../pages/field-types-included-with-solr.adoc      |   4 +-
 .../pages/major-changes-in-solr-10.adoc            |   5 +-
 .../src/java/org/apache/solr/SolrTestCaseJ4.java   |   2 -
 .../test-files/solr/collection1/conf/schema.xml    |   3 +-
 29 files changed, 455 insertions(+), 737 deletions(-)
 delete mode 100644 
solr/core/src/java/org/apache/solr/schema/AbstractEnumField.java
 delete mode 100644 solr/core/src/java/org/apache/solr/schema/EnumField.java
 copy 
solr/core/src/test-files/solr/configsets/{_default/conf/managed-schema.xml => 
zipfs/conf/schema.xml} (91%)
 copy solr/core/src/test-files/solr/configsets/{cloud-minimal => 
zipfs}/conf/solrconfig.xml (59%)

Reply via email to