This is an automated email from the ASF dual-hosted git repository.
dsmiley pushed a change to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
from 83bb7cc88e5 Do not inherit the main-branch 10.x milestone for
branch_9x Renovate PRs (#4822)
new df70a0f3ab0 Documentation for SolrCloud update consistency (#4716)
new d3126adfaa4 IndexFetcher: skip opening a searcher when the
CoreContainer is shutting down
new 8d1a795173d SOLR-18350: Live schema changes could disrupt requests in
progress (#4817)
The 3 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:
AGENTS.md | 20 ++
changelog/unreleased/solr-18350-stable-schema.yml | 8 +
dev-docs/distributed-update-internals.adoc | 215 +++++++++++++++++++++
.../src/java/org/apache/solr/core/SolrCore.java | 9 +-
.../java/org/apache/solr/handler/IndexFetcher.java | 10 +-
.../org/apache/solr/handler/SchemaHandler.java | 34 ++--
.../handler/component/RealTimeGetComponent.java | 16 +-
.../java/org/apache/solr/request/SimpleFacets.java | 2 +-
.../solr/search/PayloadCheckQParserPlugin.java | 2 +-
.../solr/search/PayloadScoreQParserPlugin.java | 4 +-
.../org/apache/solr/search/ValueSourceParser.java | 2 +-
.../org/apache/solr/search/neural/KnnQParser.java | 2 +-
.../search/neural/VectorSimilarityQParser.java | 2 +-
.../processor/ContentHashVersionProcessor.java | 2 +-
.../DocBasedVersionConstraintsProcessor.java | 6 +-
.../update/processor/TolerantUpdateProcessor.java | 2 +-
.../processor/ContentHashVersionProcessorTest.java | 2 +-
.../search/TextToVectorQParserPlugin.java | 2 +-
.../TextToVectorUpdateProcessorFactory.java | 9 +-
.../modules/deployment-guide/deployment-nav.adoc | 1 +
.../solrcloud-recoveries-and-write-tolerance.adoc | 1 +
.../pages/solrcloud-shards-indexing.adoc | 1 +
.../pages/solrcloud-update-consistency.adoc | 101 ++++++++++
23 files changed, 403 insertions(+), 50 deletions(-)
create mode 100644 changelog/unreleased/solr-18350-stable-schema.yml
create mode 100644 dev-docs/distributed-update-internals.adoc
create mode 100644
solr/solr-ref-guide/modules/deployment-guide/pages/solrcloud-update-consistency.adoc