AWS Security ChangesHomeSearch

AWS prescriptive-guidance documentation change

Service: prescriptive-guidance · 2026-07-10 · Documentation low

File: prescriptive-guidance/latest/migration-solr-opensearch/schema-migration-flow.md

Summary

Updated field type mapping tables and added section breaks (****) for better readability. Added new parameters for KeywordMarkerFilterFactory (ignore_case) and PatternReplaceFilterFactory (all).

Security assessment

Changes are documentation formatting improvements and parameter additions for Solr-to-OpenSearch migration. No security vulnerabilities, fixes, or security features are mentioned or implied in the changes.

Diff

diff --git a/prescriptive-guidance/latest/migration-solr-opensearch/schema-migration-flow.md b/prescriptive-guidance/latest/migration-solr-opensearch/schema-migration-flow.md
index 5bde444fe..0e95d2f9c 100644
--- a//prescriptive-guidance/latest/migration-solr-opensearch/schema-migration-flow.md
+++ b//prescriptive-guidance/latest/migration-solr-opensearch/schema-migration-flow.md
@@ -50 +50 @@ Solr field type class | OpenSearch field type | Analyzer support | Use case
-`solr.BBoxField` | `geo_shape` | No | Storing and querying complex geographic shapes.  
+`solr.BBoxField`| `geo_shape`| No.| Storing and querying complex geographic shapes.  
@@ -56,0 +57,2 @@ Solr field type class | OpenSearch field type | Analyzer support | Use case
+****
+
@@ -71,0 +74,2 @@ Solr attribute | OpenSearch mapping parameter | Description | Example
+****
+
@@ -89,0 +94,2 @@ Solr class | OpenSearch type | Solr parameter | Maps to
+****
+
@@ -109 +115 @@ If `query_mode:true`, a separate filter (`solr.CommonGramsQueryFilterFactory`) i
-`solr.KeywordMarkerFilterFactory` | `keyword_marker` | `protected` | `keywords_path` (package)  
+`solr.KeywordMarkerFilterFactory`| `keyword_marker`| `protected`| `keywords_path` (package)`ignore_case` (default: false)  
@@ -115 +121 @@ If `query_mode:true`, a separate filter (`solr.CommonGramsQueryFilterFactory`) i
-`solr.PatternReplaceFilterFactory` | `pattern_replace` | `pattern``replacement` | `pattern` (default: "") `replacement` (default: "")  
+`solr.PatternReplaceFilterFactory`| `pattern_replace`| `pattern``replacement`| `pattern` (default: "")`replacement` (default: "")`all` (default: true)  
@@ -128,0 +135,2 @@ If `query_mode:true`, a separate filter (`solr.CommonGramsQueryFilterFactory`) i
+****
+