From 3eea5007ca076b02179f8a7b0bd77d5db562f9ad Mon Sep 17 00:00:00 2001 From: Tianli Feng Date: Wed, 17 Mar 2021 20:05:04 -0700 Subject: [PATCH] [DOCS] Rename `elasticsearch` or `ES` that used as the software name (#366) * Replace elasticsearch with {opensearch} in some plugins docs * Replace ES with {opensearch} * remove the braces Signed-off-by: Tianli Feng --- docs/plugins/store-smb.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/store-smb.asciidoc b/docs/plugins/store-smb.asciidoc index 125f502bc7bfd..7149902fd8284 100644 --- a/docs/plugins/store-smb.asciidoc +++ b/docs/plugins/store-smb.asciidoc @@ -14,7 +14,7 @@ open index segment files is with a write only flag. This is the _correct_ way to used for writes and allows different FS implementations to optimize for it. Sadly, in windows with SMB, this disables the cache manager, causing writes to be slow. This has been described in https://issues.apache.org/jira/browse/LUCENE-6176[LUCENE-6176], but it affects each and every Java program out there!. -This need and must be fixed outside of ES and/or Lucene, either in windows or OpenJDK. For now, we are providing an +This need and must be fixed outside of OpenSearch and/or Lucene, either in windows or OpenJDK. For now, we are providing an experimental support to open the files with read flag, but this should be considered experimental and the correct way to fix it is in OpenJDK or Windows.