AWS solutions documentation change
Summary
Updated technical details of Solr migration process and target service names
Security assessment
Changes are purely technical implementation details about document reconstruction from Lucene segments and service name updates (OpenSearch Serverless → OpenSearch Serverless NextGen). No security-related content was added or modified.
Diff
diff --git a/solutions/latest/migration-assistant-for-amazon-opensearch-service/solr-how-differs.md b/solutions/latest/migration-assistant-for-amazon-opensearch-service/solr-how-differs.md index 910717cc0..fa18fea9a 100644 --- a//solutions/latest/migration-assistant-for-amazon-opensearch-service/solr-how-differs.md +++ b//solutions/latest/migration-assistant-for-amazon-opensearch-service/solr-how-differs.md @@ -11 +11 @@ Apache Solr stores its index definition in a `schema.xml` file (or a managed sch -The **SolrReader** reads the Lucene segment files from your Solr backup in Amazon S3, extracts the documents, and translates the Solr `schema.xml` field types into OpenSearch mappings. The translated documents and mappings are then bulk-indexed into the Amazon OpenSearch Service domain or Amazon OpenSearch Serverless collection by the same Reindex-from-Snapshot (RFS) backfill workers used for other sources. As a result, the operational flow (configure, submit, monitor, validate) is the same as any other backfill migration — only the source preparation and the version string differ. +The **SolrReader** reads the Lucene segment files from your Solr backup in Amazon S3, reconstructs documents from Lucene stored fields in those segments, and translates the Solr `schema.xml` field types into OpenSearch mappings. The translated documents and mappings are then bulk-indexed into the Amazon OpenSearch Service domain or Amazon OpenSearch Serverless NextGen collection by the same Reindex-from-Snapshot (RFS) backfill workers used for other sources. As a result, the operational flow (configure, submit, monitor, validate) is the same as any other backfill migration — only the source preparation and the version string differ. @@ -21 +21 @@ Overview -Schema translation +Document reconstruction