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

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


    from ce30cdc9386 SOLR-17783: Disable securityManager for GCS Tests on 
Windows
     add 733bf41ec29 SOLR-17698: Remove deprecated EnumField (#3256)

No new revisions were added by this update.

Summary of changes:
 solr/CHANGES.txt                                   |   2 +
 .../solr/handler/component/StatsValuesFactory.java |   4 +-
 .../org/apache/solr/schema/AbstractEnumField.java  | 360 ---------------------
 .../src/java/org/apache/solr/schema/EnumField.java | 217 -------------
 .../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 -
 .../test/org/apache/solr/schema/EnumFieldTest.java | 102 ++----
 .../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 +-
 .../test-files/solr/collection1/conf/schema.xml    |   3 +-
 20 files changed, 349 insertions(+), 707 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

Reply via email to