This is an automated email from the ASF dual-hosted git repository.
noble pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 931d44b11cb Update reindexing.adoc (#1228)
931d44b11cb is described below
commit 931d44b11cb61670bf98af40b138e83cdd15ae10
Author: Arvind-Avinash <[email protected]>
AuthorDate: Tue Dec 20 07:28:47 2022 +0000
Update reindexing.adoc (#1228)
---
solr/solr-ref-guide/modules/indexing-guide/pages/reindexing.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solr/solr-ref-guide/modules/indexing-guide/pages/reindexing.adoc
b/solr/solr-ref-guide/modules/indexing-guide/pages/reindexing.adoc
index b52f9aa4ad4..821c00dafb8 100644
--- a/solr/solr-ref-guide/modules/indexing-guide/pages/reindexing.adoc
+++ b/solr/solr-ref-guide/modules/indexing-guide/pages/reindexing.adoc
@@ -41,7 +41,7 @@ This is because many of the available options are only
applied during the indexi
Solr has no way to implement the desired change without reindexing the data.
To understand the general reason why reindexing is ever required, it's helpful
to understand the relationship between Solr's schema and the underlying Lucene
index.
-Lucene does not use a schema, schemas are a Solr-only concept.
+Lucene does not use a schema, schema is a Solr-only concept.
When you change Solr's schema, the Lucene index is not modified in any way.
This means that there are many types of schema changes that cannot be
reflected in the index simply by modifying Solr's schema.