You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2020/12/07 13:55:44 UTC

[lucene-solr] branch jira/solr14827 updated (54c6f22 -> b580c77)

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

noble pushed a change to branch jira/solr14827
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from 54c6f22  Fixing imports
     add b580c77  Optimized

No new revisions were added by this update.

Summary of changes:
 .../apache/solr/cloud/CloudConfigSetService.java   |  4 ++
 .../org/apache/solr/core/ConfigSetService.java     | 24 +++++--
 .../java/org/apache/solr/schema/IndexSchema.java   | 16 +----
 .../org/apache/solr/schema/IndexSchemaFactory.java | 73 +++++++++++-----------
 .../solr/schema/ManagedIndexSchemaFactory.java     | 14 +++--
 .../java/org/apache/solr/schema/SchemaManager.java |  6 +-
 .../apache/solr/schema/ZkIndexSchemaReader.java    | 21 ++++---
 7 files changed, 83 insertions(+), 75 deletions(-)