Skip to content

Commit

Permalink
[DOCS] Rename elasticsearch or ES that used as the software name (#…
Browse files Browse the repository at this point in the history
…366)

* Replace elasticsearch with {opensearch} in some plugins docs

* Replace ES with {opensearch}

* remove the braces

Signed-off-by: Tianli Feng <ftianli@amazon.com>
  • Loading branch information
Tianli Feng authored Mar 18, 2021
1 parent 97c6afd commit 3eea500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/store-smb.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3eea500

Please sign in to comment.